Html Css Color HEX #CC838C Puce

📋 copy color: '#CC838C'

red 204 ◦ green 131 ◦ blue 140

#CC838C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #CC838C

Tints of Puce #CC838C

RGB

 RED value IS 204 (80.08% from 255) = 42.95%

 GREEN value IS 131 (51.56% from 255) = 27.58%

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 42.95%
G = 27.58%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC838C (or 0xCC838C) is known color: Puce. HEX triplet: CC, 83 and 8C. RGB value is (204,131,140). Sum of RGB (Red+Green+Blue) = 204+131+140=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838C is #337C73. Grayscale: #999999. Windows color (decimal): -3374196 or 9208780. OLE color: 9208780.

HSL color Cylindrical-coordinate representation of color #CC838C: hue angle of 352.6º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC838C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 140 -
CMYK 0 0.36 0.31 0.2
HSL 352.6º 0.42% 0.66% -
HSV(B) 352.6º 0.36% 0.8% -
XYZ 37.75 30.96 28.8 -
YUV 153.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 204 131 140 0 0.36 0.31 0.2 352.6 0.42 0.66
Hex CC 83 8C 0 24 1F 14 161 2A 42
Octal 314 203 214 0 44 37 24 541 52 102
Binary 11001100 10000011 10001100 0 100100 11111 10100 101100001 101010 1000010

Color Harmonies of #CC838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC838C

Black with #CC838C

Text Example


Text Example

White with #CC838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC838C; }

 p { color: rgb(204,131,140); }

 H1.HeaderClassName
 {
   color: #CC838C;
 }
 .AnyTagClassName
 {
   color: #CC838C;
 }
</style>

background-color css

<style>
 a { background-color: #CC838C; }

 a { background-color: rgb(204,131,140); }

 div.DivClassName
 {
   background-color: #CC838C;
 }
 .BgClassName
 {
   background-color: #CC838C;
 }
</style>

border-color css

<style>
 span { border-color: #CC838C; }

 span { border-color: rgb(204,131,140); }

 td.TdClassName
 {
   border-color: #CC838C;
 }
 .TagClassName
 {
   border-color: #CC838C;
 }
</style>