Html Css Color HEX #CFC4AC Parchment

📋 copy color: '#CFC4AC'

red 207 ◦ green 196 ◦ blue 172

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

Shades of Parchment #CFC4AC

Tints of Parchment #CFC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.09%

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

R = 36%
G = 34.09%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFC4AC (or 0xCFC4AC) is known color: Parchment. HEX triplet: CF, C4 and AC. RGB value is (207,196,172). Sum of RGB (Red+Green+Blue) = 207+196+172=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AC is #303B53. Grayscale: #C4C4C4. Windows color (decimal): -3160916 or 11322575. OLE color: 11322575.

HSL color Cylindrical-coordinate representation of color #CFC4AC: hue angle of 41.14º 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 #CFC4AC is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 172 -
CMYK 0 0.05 0.17 0.19
HSL 41.14º 0.27% 0.74% -
HSV(B) 41.14º 0.17% 0.81% -
XYZ 52.92 55.72 47 -
YUV 196.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 207 196 172 0 0.05 0.17 0.19 41.14 0.27 0.74
Hex CF C4 AC 0 5 11 13 29 1B 4A
Octal 317 304 254 0 5 21 23 51 33 112
Binary 11001111 11000100 10101100 0 101 10001 10011 101001 11011 1001010

Color Harmonies of #CFC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4AC

Black with #CFC4AC

Text Example


Text Example

White with #CFC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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