Html Css Color HEX #CAC1AC Parchment

📋 copy color: '#CAC1AC'

red 202 ◦ green 193 ◦ blue 172

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

Shades of Parchment #CAC1AC

Tints of Parchment #CAC1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 35.63%
G = 34.04%
B = 30.34%

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

#CAC1AC (or 0xCAC1AC) is known color: Parchment. HEX triplet: CA, C1 and AC. RGB value is (202,193,172). Sum of RGB (Red+Green+Blue) = 202+193+172=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1AC is #353E53. Grayscale: #C1C1C1. Windows color (decimal): -3489364 or 11321802. OLE color: 11321802.

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

Color convert

RGB 202 193 172 -
CMYK 0 0.04 0.15 0.21
HSL 42º 0.22% 0.73% -
HSV(B) 42º 0.15% 0.79% -
XYZ 50.87 53.68 46.71 -
YUV 193.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 202 193 172 0 0.04 0.15 0.21 42 0.22 0.73
Hex CA C1 AC 0 4 F 15 2A 16 49
Octal 312 301 254 0 4 17 25 52 26 111
Binary 11001010 11000001 10101100 0 100 1111 10101 101010 10110 1001001

Color Harmonies of #CAC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1AC

Black with #CAC1AC

Text Example


Text Example

White with #CAC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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