Html Css Color HEX #CA818E Puce

📋 copy color: '#CA818E'

red 202 ◦ green 129 ◦ blue 142

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

Shades of Puce #CA818E

Tints of Puce #CA818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 42.71%
G = 27.27%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA818E (or 0xCA818E) is known color: Puce. HEX triplet: CA, 81 and 8E. RGB value is (202,129,142). Sum of RGB (Red+Green+Blue) = 202+129+142=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA818E is #357E71. Grayscale: #989898. Windows color (decimal): -3505778 or 9339338. OLE color: 9339338.

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

Color convert

RGB 202 129 142 -
CMYK 0 0.36 0.30 0.21
HSL 349.32º 0.41% 0.65% -
HSV(B) 349.32º 0.36% 0.79% -
XYZ 37.09 30.21 29.47 -
YUV 152.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 202 129 142 0 0.36 0.30 0.21 349.32 0.41 0.65
Hex CA 81 8E 0 24 1E 15 15D 29 41
Octal 312 201 216 0 44 36 25 535 51 101
Binary 11001010 10000001 10001110 0 100100 11110 10101 101011101 101001 1000001

Color Harmonies of #CA818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA818E

Black with #CA818E

Text Example


Text Example

White with #CA818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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