Html Css Color HEX #CFC6AC Parchment

📋 copy color: '#CFC6AC'

red 207 ◦ green 198 ◦ blue 172

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

Shades of Parchment #CFC6AC

Tints of Parchment #CFC6AC

RGB

 RED value IS 207 (81.25% from 255) = 35.88%

 GREEN value IS 198 (77.73% from 255) = 34.32%

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

R = 35.88%
G = 34.32%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFC6AC (or 0xCFC6AC) is known color: Parchment. HEX triplet: CF, C6 and AC. RGB value is (207,198,172). Sum of RGB (Red+Green+Blue) = 207+198+172=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6AC is #303953. Grayscale: #C5C5C5. Windows color (decimal): -3160404 or 11323087. OLE color: 11323087.

HSL color Cylindrical-coordinate representation of color #CFC6AC: hue angle of 44.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC6AC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 172 -
CMYK 0 0.04 0.17 0.19
HSL 44.57º 0.27% 0.74% -
HSV(B) 44.57º 0.17% 0.81% -
XYZ 53.37 56.63 47.15 -
YUV 197.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 207 198 172 0 0.04 0.17 0.19 44.57 0.27 0.74
Hex CF C6 AC 0 4 11 13 2D 1B 4A
Octal 317 306 254 0 4 21 23 55 33 112
Binary 11001111 11000110 10101100 0 100 10001 10011 101101 11011 1001010

Color Harmonies of #CFC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6AC

Black with #CFC6AC

Text Example


Text Example

White with #CFC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6AC; }

 p { color: rgb(207,198,172); }

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

background-color css

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

 a { background-color: rgb(207,198,172); }

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

border-color css

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

 span { border-color: rgb(207,198,172); }

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