Html Css Color HEX #CFC9AD Parchment

📋 copy color: '#CFC9AD'

red 207 ◦ green 201 ◦ blue 173

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

Shades of Parchment #CFC9AD

Tints of Parchment #CFC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

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

R = 35.63%
G = 34.6%
B = 29.78%

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

#CFC9AD (or 0xCFC9AD) is known color: Parchment. HEX triplet: CF, C9 and AD. RGB value is (207,201,173). Sum of RGB (Red+Green+Blue) = 207+201+173=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9AD is #303652. Grayscale: #C7C7C7. Windows color (decimal): -3159635 or 11389391. OLE color: 11389391.

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

Color convert

RGB 207 201 173 -
CMYK 0 0.03 0.16 0.19
HSL 49.41º 0.26% 0.75% -
HSV(B) 49.41º 0.16% 0.81% -
XYZ 54.16 58.06 47.89 -
YUV 199.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 207 201 173 0 0.03 0.16 0.19 49.41 0.26 0.75
Hex CF C9 AD 0 3 10 13 31 1A 4B
Octal 317 311 255 0 3 20 23 61 32 113
Binary 11001111 11001001 10101101 0 11 10000 10011 110001 11010 1001011

Color Harmonies of #CFC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9AD

Black with #CFC9AD

Text Example


Text Example

White with #CFC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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