Html Css Color HEX #CA888C Puce

📋 copy color: '#CA888C'

red 202 ◦ green 136 ◦ blue 140

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

Shades of Puce #CA888C

Tints of Puce #CA888C

RGB

 RED value IS 202 (79.3% from 255) = 42.26%

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

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

R = 42.26%
G = 28.45%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA888C (or 0xCA888C) is known color: Puce. HEX triplet: CA, 88 and 8C. RGB value is (202,136,140). Sum of RGB (Red+Green+Blue) = 202+136+140=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA888C is #357773. Grayscale: #9C9C9C. Windows color (decimal): -3503988 or 9210058. OLE color: 9210058.

HSL color Cylindrical-coordinate representation of color #CA888C: hue angle of 356.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA888C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 140 -
CMYK 0 0.33 0.31 0.21
HSL 356.36º 0.38% 0.66% -
HSV(B) 356.36º 0.33% 0.79% -
XYZ 37.89 32.06 29 -
YUV 156.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 202 136 140 0 0.33 0.31 0.21 356.36 0.38 0.66
Hex CA 88 8C 0 21 1F 15 164 26 42
Octal 312 210 214 0 41 37 25 544 46 102
Binary 11001010 10001000 10001100 0 100001 11111 10101 101100100 100110 1000010

Color Harmonies of #CA888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA888C

Black with #CA888C

Text Example


Text Example

White with #CA888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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