Html Css Color HEX #CA828C Puce

📋 copy color: '#CA828C'

red 202 ◦ green 130 ◦ blue 140

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

Shades of Puce #CA828C

Tints of Puce #CA828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 42.8%
G = 27.54%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA828C (or 0xCA828C) is known color: Puce. HEX triplet: CA, 82 and 8C. RGB value is (202,130,140). Sum of RGB (Red+Green+Blue) = 202+130+140=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA828C is #357D73. Grayscale: #989898. Windows color (decimal): -3505524 or 9208522. OLE color: 9208522.

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

Color convert

RGB 202 130 140 -
CMYK 0 0.36 0.31 0.21
HSL 351.67º 0.4% 0.65% -
HSV(B) 351.67º 0.36% 0.79% -
XYZ 37.07 30.42 28.73 -
YUV 152.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 202 130 140 0 0.36 0.31 0.21 351.67 0.4 0.65
Hex CA 82 8C 0 24 1F 15 160 28 41
Octal 312 202 214 0 44 37 25 540 50 101
Binary 11001010 10000010 10001100 0 100100 11111 10101 101100000 101000 1000001

Color Harmonies of #CA828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA828C

Black with #CA828C

Text Example


Text Example

White with #CA828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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