Html Css Color HEX #CC888C Puce

📋 copy color: '#CC888C'

red 204 ◦ green 136 ◦ blue 140

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

Shades of Puce #CC888C

Tints of Puce #CC888C

RGB

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

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

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

R = 42.5%
G = 28.33%
B = 29.17%

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

#CC888C (or 0xCC888C) is known color: Puce. HEX triplet: CC, 88 and 8C. RGB value is (204,136,140). Sum of RGB (Red+Green+Blue) = 204+136+140=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC888C is #337773. Grayscale: #9C9C9C. Windows color (decimal): -3372916 or 9210060. OLE color: 9210060.

HSL color Cylindrical-coordinate representation of color #CC888C: hue angle of 356.47º 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 #CC888C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 140 -
CMYK 0 0.33 0.31 0.2
HSL 356.47º 0.4% 0.67% -
HSV(B) 356.47º 0.33% 0.8% -
XYZ 38.44 32.34 29.03 -
YUV 156.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 204 136 140 0 0.33 0.31 0.2 356.47 0.4 0.67
Hex CC 88 8C 0 21 1F 14 164 28 43
Octal 314 210 214 0 41 37 24 544 50 103
Binary 11001100 10001000 10001100 0 100001 11111 10100 101100100 101000 1000011

Color Harmonies of #CC888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC888C

Black with #CC888C

Text Example


Text Example

White with #CC888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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