Html Css Color HEX #CAC2AF Parchment

📋 copy color: '#CAC2AF'

red 202 ◦ green 194 ◦ blue 175

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

Shades of Parchment #CAC2AF

Tints of Parchment #CAC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 35.38%
G = 33.98%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CAC2AF (or 0xCAC2AF) is known color: Parchment. HEX triplet: CA, C2 and AF. RGB value is (202,194,175). Sum of RGB (Red+Green+Blue) = 202+194+175=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AF is #353D50. Grayscale: #C2C2C2. Windows color (decimal): -3489105 or 11518666. OLE color: 11518666.

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

Color convert

RGB 202 194 175 -
CMYK 0 0.04 0.13 0.21
HSL 42.22º 0.2% 0.74% -
HSV(B) 42.22º 0.13% 0.79% -
XYZ 51.39 54.24 48.32 -
YUV 194.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 202 194 175 0 0.04 0.13 0.21 42.22 0.2 0.74
Hex CA C2 AF 0 4 D 15 2A 14 4A
Octal 312 302 257 0 4 15 25 52 24 112
Binary 11001010 11000010 10101111 0 100 1101 10101 101010 10100 1001010

Color Harmonies of #CAC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2AF

Black with #CAC2AF

Text Example


Text Example

White with #CAC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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