Html Css Color HEX #CA829F Puce

📋 copy color: '#CA829F'

red 202 ◦ green 130 ◦ blue 159

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

Shades of Puce #CA829F

Tints of Puce #CA829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 41.14%
G = 26.48%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA829F (or 0xCA829F) is known color: Puce. HEX triplet: CA, 82 and 9F. RGB value is (202,130,159). Sum of RGB (Red+Green+Blue) = 202+130+159=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829F is #357D60. Grayscale: #9A9A9A. Windows color (decimal): -3505505 or 10453706. OLE color: 10453706.

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

Color convert

RGB 202 130 159 -
CMYK 0 0.36 0.21 0.21
HSL 335.83º 0.4% 0.65% -
HSV(B) 335.83º 0.36% 0.79% -
XYZ 38.6 31.03 36.76 -
YUV 154.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 202 130 159 0 0.36 0.21 0.21 335.83 0.4 0.65
Hex CA 82 9F 0 24 15 15 150 28 41
Octal 312 202 237 0 44 25 25 520 50 101
Binary 11001010 10000010 10011111 0 100100 10101 10101 101010000 101000 1000001

Color Harmonies of #CA829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA829F

Black with #CA829F

Text Example


Text Example

White with #CA829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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