Html Css Color HEX #CA878E Puce

📋 copy color: '#CA878E'

red 202 ◦ green 135 ◦ blue 142

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

Shades of Puce #CA878E

Tints of Puce #CA878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 42.17%
G = 28.18%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA878E (or 0xCA878E) is known color: Puce. HEX triplet: CA, 87 and 8E. RGB value is (202,135,142). Sum of RGB (Red+Green+Blue) = 202+135+142=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA878E is #357871. Grayscale: #9B9B9B. Windows color (decimal): -3504242 or 9340874. OLE color: 9340874.

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

Color convert

RGB 202 135 142 -
CMYK 0 0.33 0.30 0.21
HSL 353.73º 0.39% 0.66% -
HSV(B) 353.73º 0.33% 0.79% -
XYZ 37.9 31.84 29.74 -
YUV 155.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 202 135 142 0 0.33 0.30 0.21 353.73 0.39 0.66
Hex CA 87 8E 0 21 1E 15 162 27 42
Octal 312 207 216 0 41 36 25 542 47 102
Binary 11001010 10000111 10001110 0 100001 11110 10101 101100010 100111 1000010

Color Harmonies of #CA878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA878E

Black with #CA878E

Text Example


Text Example

White with #CA878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA878E; }

 p { color: rgb(202,135,142); }

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

background-color css

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

 a { background-color: rgb(202,135,142); }

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

border-color css

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

 span { border-color: rgb(202,135,142); }

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