Html Css Color HEX #CA879B Puce

📋 copy color: '#CA879B'

red 202 ◦ green 135 ◦ blue 155

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

Shades of Puce #CA879B

Tints of Puce #CA879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 41.06%
G = 27.44%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA879B (or 0xCA879B) is known color: Puce. HEX triplet: CA, 87 and 9B. RGB value is (202,135,155). Sum of RGB (Red+Green+Blue) = 202+135+155=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA879B is #357864. Grayscale: #9D9D9D. Windows color (decimal): -3504229 or 10192842. OLE color: 10192842.

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

Color convert

RGB 202 135 155 -
CMYK 0 0.33 0.23 0.21
HSL 342.09º 0.39% 0.66% -
HSV(B) 342.09º 0.33% 0.79% -
XYZ 38.94 32.25 35.18 -
YUV 157.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 202 135 155 0 0.33 0.23 0.21 342.09 0.39 0.66
Hex CA 87 9B 0 21 17 15 156 27 42
Octal 312 207 233 0 41 27 25 526 47 102
Binary 11001010 10000111 10011011 0 100001 10111 10101 101010110 100111 1000010

Color Harmonies of #CA879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA879B

Black with #CA879B

Text Example


Text Example

White with #CA879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA879B; }

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

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

background-color css

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

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

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

border-color css

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

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

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