Html Css Color HEX #CFC9B5 Parchment

📋 copy color: '#CFC9B5'

red 207 ◦ green 201 ◦ blue 181

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

Shades of Parchment #CFC9B5

Tints of Parchment #CFC9B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.73%

R = 35.14%
G = 34.13%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFC9B5 (or 0xCFC9B5) is known color: Parchment. HEX triplet: CF, C9 and B5. RGB value is (207,201,181). Sum of RGB (Red+Green+Blue) = 207+201+181=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9B5 is #30364A. Grayscale: #C8C8C8. Windows color (decimal): -3159627 or 11913679. OLE color: 11913679.

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

Color convert

RGB 207 201 181 -
CMYK 0 0.03 0.13 0.19
HSL 46.15º 0.21% 0.76% -
HSV(B) 46.15º 0.13% 0.81% -
XYZ 54.96 58.37 52.09 -
YUV 200.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 207 201 181 0 0.03 0.13 0.19 46.15 0.21 0.76
Hex CF C9 B5 0 3 D 13 2E 15 4C
Octal 317 311 265 0 3 15 23 56 25 114
Binary 11001111 11001001 10110101 0 11 1101 10011 101110 10101 1001100

Color Harmonies of #CFC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9B5

Black with #CFC9B5

Text Example


Text Example

White with #CFC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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