Html Css Color HEX #CFC8AE Parchment

📋 copy color: '#CFC8AE'

red 207 ◦ green 200 ◦ blue 174

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

Shades of Parchment #CFC8AE

Tints of Parchment #CFC8AE

RGB

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

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

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

R = 35.63%
G = 34.42%
B = 29.95%

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

#CFC8AE (or 0xCFC8AE) is known color: Parchment. HEX triplet: CF, C8 and AE. RGB value is (207,200,174). Sum of RGB (Red+Green+Blue) = 207+200+174=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8AE is #303751. Grayscale: #C7C7C7. Windows color (decimal): -3159890 or 11454671. OLE color: 11454671.

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

Color convert

RGB 207 200 174 -
CMYK 0 0.03 0.16 0.19
HSL 47.27º 0.26% 0.75% -
HSV(B) 47.27º 0.16% 0.81% -
XYZ 54.03 57.63 48.32 -
YUV 199.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 207 200 174 0 0.03 0.16 0.19 47.27 0.26 0.75
Hex CF C8 AE 0 3 10 13 2F 1A 4B
Octal 317 310 256 0 3 20 23 57 32 113
Binary 11001111 11001000 10101110 0 11 10000 10011 101111 11010 1001011

Color Harmonies of #CFC8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC8AE

Black with #CFC8AE

Text Example


Text Example

White with #CFC8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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