Html Css Color HEX #CFC4AD Parchment

📋 copy color: '#CFC4AD'

red 207 ◦ green 196 ◦ blue 173

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

Shades of Parchment #CFC4AD

Tints of Parchment #CFC4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 35.94%
G = 34.03%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFC4AD (or 0xCFC4AD) is known color: Parchment. HEX triplet: CF, C4 and AD. RGB value is (207,196,173). Sum of RGB (Red+Green+Blue) = 207+196+173=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AD is #303B52. Grayscale: #C4C4C4. Windows color (decimal): -3160915 or 11388111. OLE color: 11388111.

HSL color Cylindrical-coordinate representation of color #CFC4AD: hue angle of 40.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC4AD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 173 -
CMYK 0 0.05 0.16 0.19
HSL 40.59º 0.26% 0.75% -
HSV(B) 40.59º 0.16% 0.81% -
XYZ 53.01 55.76 47.5 -
YUV 196.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 207 196 173 0 0.05 0.16 0.19 40.59 0.26 0.75
Hex CF C4 AD 0 5 10 13 29 1A 4B
Octal 317 304 255 0 5 20 23 51 32 113
Binary 11001111 11000100 10101101 0 101 10000 10011 101001 11010 1001011

Color Harmonies of #CFC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4AD

Black with #CFC4AD

Text Example


Text Example

White with #CFC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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