Html Css Color HEX #CFC9AE Parchment

📋 copy color: '#CFC9AE'

red 207 ◦ green 201 ◦ blue 174

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

Shades of Parchment #CFC9AE

Tints of Parchment #CFC9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.9%

R = 35.57%
G = 34.54%
B = 29.9%

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

#CFC9AE (or 0xCFC9AE) is known color: Parchment. HEX triplet: CF, C9 and AE. RGB value is (207,201,174). Sum of RGB (Red+Green+Blue) = 207+201+174=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9AE is #303651. Grayscale: #C7C7C7. Windows color (decimal): -3159634 or 11454927. OLE color: 11454927.

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

Color convert

RGB 207 201 174 -
CMYK 0 0.03 0.16 0.19
HSL 49.09º 0.26% 0.75% -
HSV(B) 49.09º 0.16% 0.81% -
XYZ 54.26 58.09 48.4 -
YUV 199.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 207 201 174 0 0.03 0.16 0.19 49.09 0.26 0.75
Hex CF C9 AE 0 3 10 13 31 1A 4B
Octal 317 311 256 0 3 20 23 61 32 113
Binary 11001111 11001001 10101110 0 11 10000 10011 110001 11010 1001011

Color Harmonies of #CFC9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9AE

Black with #CFC9AE

Text Example


Text Example

White with #CFC9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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