Html Css Color HEX #CA88A0 Puce

📋 copy color: '#CA88A0'

red 202 ◦ green 136 ◦ blue 160

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

Shades of Puce #CA88A0

Tints of Puce #CA88A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 40.56%
G = 27.31%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA88A0 (or 0xCA88A0) is known color: Puce. HEX triplet: CA, 88 and A0. RGB value is (202,136,160). Sum of RGB (Red+Green+Blue) = 202+136+160=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA88A0 is #35775F. Grayscale: #9E9E9E. Windows color (decimal): -3503968 or 10520778. OLE color: 10520778.

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

Color convert

RGB 202 136 160 -
CMYK 0 0.33 0.21 0.21
HSL 338.18º 0.38% 0.66% -
HSV(B) 338.18º 0.33% 0.79% -
XYZ 39.51 32.7 37.49 -
YUV 158.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 202 136 160 0 0.33 0.21 0.21 338.18 0.38 0.66
Hex CA 88 A0 0 21 15 15 152 26 42
Octal 312 210 240 0 41 25 25 522 46 102
Binary 11001010 10001000 10100000 0 100001 10101 10101 101010010 100110 1000010

Color Harmonies of #CA88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88A0

Black with #CA88A0

Text Example


Text Example

White with #CA88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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