Html Css Color HEX #CC888D Puce

📋 copy color: '#CC888D'

red 204 ◦ green 136 ◦ blue 141

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

Shades of Puce #CC888D

Tints of Puce #CC888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 42.41%
G = 28.27%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC888D (or 0xCC888D) is known color: Puce. HEX triplet: CC, 88 and 8D. RGB value is (204,136,141). Sum of RGB (Red+Green+Blue) = 204+136+141=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888D is #337772. Grayscale: #9C9C9C. Windows color (decimal): -3372915 or 9275596. OLE color: 9275596.

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

Color convert

RGB 204 136 141 -
CMYK 0 0.33 0.31 0.2
HSL 355.59º 0.4% 0.67% -
HSV(B) 355.59º 0.33% 0.8% -
XYZ 38.51 32.37 29.42 -
YUV 156.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 204 136 141 0 0.33 0.31 0.2 355.59 0.4 0.67
Hex CC 88 8D 0 21 1F 14 164 28 43
Octal 314 210 215 0 41 37 24 544 50 103
Binary 11001100 10001000 10001101 0 100001 11111 10100 101100100 101000 1000011

Color Harmonies of #CC888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC888D

Black with #CC888D

Text Example


Text Example

White with #CC888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC888D; }

 p { color: rgb(204,136,141); }

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

background-color css

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

 a { background-color: rgb(204,136,141); }

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

border-color css

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

 span { border-color: rgb(204,136,141); }

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