Html Css Color HEX #CAC1AB Parchment

📋 copy color: '#CAC1AB'

red 202 ◦ green 193 ◦ blue 171

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

Shades of Parchment #CAC1AB

Tints of Parchment #CAC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.1%

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

R = 35.69%
G = 34.1%
B = 30.21%

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

#CAC1AB (or 0xCAC1AB) is known color: Parchment. HEX triplet: CA, C1 and AB. RGB value is (202,193,171). Sum of RGB (Red+Green+Blue) = 202+193+171=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1AB is #353E54. Grayscale: #C1C1C1. Windows color (decimal): -3489365 or 11256266. OLE color: 11256266.

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

Color convert

RGB 202 193 171 -
CMYK 0 0.04 0.15 0.21
HSL 42.58º 0.23% 0.73% -
HSV(B) 42.58º 0.15% 0.79% -
XYZ 50.78 53.64 46.2 -
YUV 193.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 202 193 171 0 0.04 0.15 0.21 42.58 0.23 0.73
Hex CA C1 AB 0 4 F 15 2B 17 49
Octal 312 301 253 0 4 17 25 53 27 111
Binary 11001010 11000001 10101011 0 100 1111 10101 101011 10111 1001001

Color Harmonies of #CAC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1AB

Black with #CAC1AB

Text Example


Text Example

White with #CAC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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