Html Css Color HEX #CA829C Puce

📋 copy color: '#CA829C'

red 202 ◦ green 130 ◦ blue 156

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

Shades of Puce #CA829C

Tints of Puce #CA829C

RGB

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

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

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

R = 41.39%
G = 26.64%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA829C (or 0xCA829C) is known color: Puce. HEX triplet: CA, 82 and 9C. RGB value is (202,130,156). Sum of RGB (Red+Green+Blue) = 202+130+156=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829C is #357D63. Grayscale: #9A9A9A. Windows color (decimal): -3505508 or 10257098. OLE color: 10257098.

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

Color convert

RGB 202 130 156 -
CMYK 0 0.36 0.23 0.21
HSL 338.33º 0.4% 0.65% -
HSV(B) 338.33º 0.36% 0.79% -
XYZ 38.34 30.92 35.4 -
YUV 154.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 202 130 156 0 0.36 0.23 0.21 338.33 0.4 0.65
Hex CA 82 9C 0 24 17 15 152 28 41
Octal 312 202 234 0 44 27 25 522 50 101
Binary 11001010 10000010 10011100 0 100100 10111 10101 101010010 101000 1000001

Color Harmonies of #CA829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA829C

Black with #CA829C

Text Example


Text Example

White with #CA829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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