Html Css Color HEX #CA829A Puce

📋 copy color: '#CA829A'

red 202 ◦ green 130 ◦ blue 154

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

Shades of Puce #CA829A

Tints of Puce #CA829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 41.56%
G = 26.75%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA829A (or 0xCA829A) is known color: Puce. HEX triplet: CA, 82 and 9A. RGB value is (202,130,154). Sum of RGB (Red+Green+Blue) = 202+130+154=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA829A is #357D65. Grayscale: #9A9A9A. Windows color (decimal): -3505510 or 10126026. OLE color: 10126026.

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

Color convert

RGB 202 130 154 -
CMYK 0 0.36 0.24 0.21
HSL 340º 0.4% 0.65% -
HSV(B) 340º 0.36% 0.79% -
XYZ 38.17 30.85 34.52 -
YUV 154.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 202 130 154 0 0.36 0.24 0.21 340 0.4 0.65
Hex CA 82 9A 0 24 18 15 154 28 41
Octal 312 202 232 0 44 30 25 524 50 101
Binary 11001010 10000010 10011010 0 100100 11000 10101 101010100 101000 1000001

Color Harmonies of #CA829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA829A

Black with #CA829A

Text Example


Text Example

White with #CA829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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