Html Css Color HEX #CFC8AD Parchment

📋 copy color: '#CFC8AD'

red 207 ◦ green 200 ◦ blue 173

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

Shades of Parchment #CFC8AD

Tints of Parchment #CFC8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.48%

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

R = 35.69%
G = 34.48%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFC8AD (or 0xCFC8AD) is known color: Parchment. HEX triplet: CF, C8 and AD. RGB value is (207,200,173). Sum of RGB (Red+Green+Blue) = 207+200+173=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8AD is #303752. Grayscale: #C7C7C7. Windows color (decimal): -3159891 or 11389135. OLE color: 11389135.

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

Color convert

RGB 207 200 173 -
CMYK 0 0.03 0.16 0.19
HSL 47.65º 0.26% 0.75% -
HSV(B) 47.65º 0.16% 0.81% -
XYZ 53.93 57.59 47.81 -
YUV 199.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 207 200 173 0 0.03 0.16 0.19 47.65 0.26 0.75
Hex CF C8 AD 0 3 10 13 30 1A 4B
Octal 317 310 255 0 3 20 23 60 32 113
Binary 11001111 11001000 10101101 0 11 10000 10011 110000 11010 1001011

Color Harmonies of #CFC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC8AD

Black with #CFC8AD

Text Example


Text Example

White with #CFC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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