Html Css Color HEX #CAC2AB Parchment

📋 copy color: '#CAC2AB'

red 202 ◦ green 194 ◦ blue 171

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

Shades of Parchment #CAC2AB

Tints of Parchment #CAC2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 35.63%
G = 34.22%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CAC2AB (or 0xCAC2AB) is known color: Parchment. HEX triplet: CA, C2 and AB. RGB value is (202,194,171). Sum of RGB (Red+Green+Blue) = 202+194+171=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AB is #353D54. Grayscale: #C1C1C1. Windows color (decimal): -3489109 or 11256522. OLE color: 11256522.

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

Color convert

RGB 202 194 171 -
CMYK 0 0.04 0.15 0.21
HSL 44.52º 0.23% 0.73% -
HSV(B) 44.52º 0.15% 0.79% -
XYZ 51 54.08 46.28 -
YUV 193.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 202 194 171 0 0.04 0.15 0.21 44.52 0.23 0.73
Hex CA C2 AB 0 4 F 15 2D 17 49
Octal 312 302 253 0 4 17 25 55 27 111
Binary 11001010 11000010 10101011 0 100 1111 10101 101101 10111 1001001

Color Harmonies of #CAC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2AB

Black with #CAC2AB

Text Example


Text Example

White with #CAC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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