Html Css Color HEX #CA829D Puce

📋 copy color: '#CA829D'

red 202 ◦ green 130 ◦ blue 157

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

Shades of Puce #CA829D

Tints of Puce #CA829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 41.31%
G = 26.58%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA829D (or 0xCA829D) is known color: Puce. HEX triplet: CA, 82 and 9D. RGB value is (202,130,157). Sum of RGB (Red+Green+Blue) = 202+130+157=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829D is #357D62. Grayscale: #9A9A9A. Windows color (decimal): -3505507 or 10322634. OLE color: 10322634.

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

Color convert

RGB 202 130 157 -
CMYK 0 0.36 0.22 0.21
HSL 337.5º 0.4% 0.65% -
HSV(B) 337.5º 0.36% 0.79% -
XYZ 38.43 30.96 35.85 -
YUV 154.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 202 130 157 0 0.36 0.22 0.21 337.5 0.4 0.65
Hex CA 82 9D 0 24 16 15 152 28 41
Octal 312 202 235 0 44 26 25 522 50 101
Binary 11001010 10000010 10011101 0 100100 10110 10101 101010010 101000 1000001

Color Harmonies of #CA829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA829D

Black with #CA829D

Text Example


Text Example

White with #CA829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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