Html Css Color HEX #CA809C Puce

📋 copy color: '#CA809C'

red 202 ◦ green 128 ◦ blue 156

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

Shades of Puce #CA809C

Tints of Puce #CA809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 41.56%
G = 26.34%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA809C (or 0xCA809C) is known color: Puce. HEX triplet: CA, 80 and 9C. RGB value is (202,128,156). Sum of RGB (Red+Green+Blue) = 202+128+156=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809C is #357F63. Grayscale: #999999. Windows color (decimal): -3506020 or 10256586. OLE color: 10256586.

HSL color Cylindrical-coordinate representation of color #CA809C: hue angle of 337.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA809C is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 156 -
CMYK 0 0.37 0.23 0.21
HSL 337.3º 0.41% 0.65% -
HSV(B) 337.3º 0.37% 0.79% -
XYZ 38.08 30.4 35.31 -
YUV 153.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 202 128 156 0 0.37 0.23 0.21 337.3 0.41 0.65
Hex CA 80 9C 0 25 17 15 151 29 41
Octal 312 200 234 0 45 27 25 521 51 101
Binary 11001010 10000000 10011100 0 100101 10111 10101 101010001 101001 1000001

Color Harmonies of #CA809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA809C

Black with #CA809C

Text Example


Text Example

White with #CA809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA809C; }

 p { color: rgb(202,128,156); }

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

background-color css

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

 a { background-color: rgb(202,128,156); }

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

border-color css

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

 span { border-color: rgb(202,128,156); }

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