Html Css Color HEX #CAC2A9 Parchment

📋 copy color: '#CAC2A9'

red 202 ◦ green 194 ◦ blue 169

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

Shades of Parchment #CAC2A9

Tints of Parchment #CAC2A9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 35.75%
G = 34.34%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CAC2A9 (or 0xCAC2A9) is known color: Parchment. HEX triplet: CA, C2 and A9. RGB value is (202,194,169). Sum of RGB (Red+Green+Blue) = 202+194+169=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2A9 is #353D56. Grayscale: #C1C1C1. Windows color (decimal): -3489111 or 11125450. OLE color: 11125450.

HSL color Cylindrical-coordinate representation of color #CAC2A9: hue angle of 45.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC2A9 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 169 -
CMYK 0 0.04 0.16 0.21
HSL 45.45º 0.24% 0.73% -
HSV(B) 45.45º 0.16% 0.79% -
XYZ 50.81 54 45.28 -
YUV 193.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 202 194 169 0 0.04 0.16 0.21 45.45 0.24 0.73
Hex CA C2 A9 0 4 10 15 2D 18 49
Octal 312 302 251 0 4 20 25 55 30 111
Binary 11001010 11000010 10101001 0 100 10000 10101 101101 11000 1001001

Color Harmonies of #CAC2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2A9

Black with #CAC2A9

Text Example


Text Example

White with #CAC2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2A9; }

 p { color: rgb(202,194,169); }

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

background-color css

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

 a { background-color: rgb(202,194,169); }

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

border-color css

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

 span { border-color: rgb(202,194,169); }

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