Html Css Color HEX #CA828E Puce

📋 copy color: '#CA828E'

red 202 ◦ green 130 ◦ blue 142

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

Shades of Puce #CA828E

Tints of Puce #CA828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

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

R = 42.62%
G = 27.43%
B = 29.96%

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

#CA828E (or 0xCA828E) is known color: Puce. HEX triplet: CA, 82 and 8E. RGB value is (202,130,142). Sum of RGB (Red+Green+Blue) = 202+130+142=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828E is #357D71. Grayscale: #989898. Windows color (decimal): -3505522 or 9339594. OLE color: 9339594.

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

Color convert

RGB 202 130 142 -
CMYK 0 0.36 0.30 0.21
HSL 350º 0.4% 0.65% -
HSV(B) 350º 0.36% 0.79% -
XYZ 37.22 30.47 29.51 -
YUV 152.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 202 130 142 0 0.36 0.30 0.21 350 0.4 0.65
Hex CA 82 8E 0 24 1E 15 15E 28 41
Octal 312 202 216 0 44 36 25 536 50 101
Binary 11001010 10000010 10001110 0 100100 11110 10101 101011110 101000 1000001

Color Harmonies of #CA828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA828E

Black with #CA828E

Text Example


Text Example

White with #CA828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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