Html Css Color HEX #CFC8AB Parchment

📋 copy color: '#CFC8AB'

red 207 ◦ green 200 ◦ blue 171

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

Shades of Parchment #CFC8AB

Tints of Parchment #CFC8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 35.81%
G = 34.6%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFC8AB (or 0xCFC8AB) is known color: Parchment. HEX triplet: CF, C8 and AB. RGB value is (207,200,171). Sum of RGB (Red+Green+Blue) = 207+200+171=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8AB is #303754. Grayscale: #C6C6C6. Windows color (decimal): -3159893 or 11258063. OLE color: 11258063.

HSL color Cylindrical-coordinate representation of color #CFC8AB: hue angle of 48.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC8AB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 200 171 -
CMYK 0 0.03 0.17 0.19
HSL 48.33º 0.27% 0.74% -
HSV(B) 48.33º 0.17% 0.81% -
XYZ 53.74 57.51 46.8 -
YUV 198.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 207 200 171 0 0.03 0.17 0.19 48.33 0.27 0.74
Hex CF C8 AB 0 3 11 13 30 1B 4A
Octal 317 310 253 0 3 21 23 60 33 112
Binary 11001111 11001000 10101011 0 11 10001 10011 110000 11011 1001010

Color Harmonies of #CFC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC8AB

Black with #CFC8AB

Text Example


Text Example

White with #CFC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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