Html Css Color HEX #CFC6B0 Parchment

📋 copy color: '#CFC6B0'

red 207 ◦ green 198 ◦ blue 176

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

Shades of Parchment #CFC6B0

Tints of Parchment #CFC6B0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.08%

 BLUE value IS 176 (69.14% from 255) = 30.29%

R = 35.63%
G = 34.08%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFC6B0 (or 0xCFC6B0) is known color: Parchment. HEX triplet: CF, C6 and B0. RGB value is (207,198,176). Sum of RGB (Red+Green+Blue) = 207+198+176=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6B0 is #30394F. Grayscale: #C6C6C6. Windows color (decimal): -3160400 or 11585231. OLE color: 11585231.

HSL color Cylindrical-coordinate representation of color #CFC6B0: hue angle of 42.58º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC6B0 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 176 -
CMYK 0 0.04 0.15 0.19
HSL 42.58º 0.24% 0.75% -
HSV(B) 42.58º 0.15% 0.81% -
XYZ 53.76 56.79 49.2 -
YUV 198.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 207 198 176 0 0.04 0.15 0.19 42.58 0.24 0.75
Hex CF C6 B0 0 4 F 13 2B 18 4B
Octal 317 306 260 0 4 17 23 53 30 113
Binary 11001111 11000110 10110000 0 100 1111 10011 101011 11000 1001011

Color Harmonies of #CFC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6B0

Black with #CFC6B0

Text Example


Text Example

White with #CFC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6B0; }

 p { color: rgb(207,198,176); }

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

background-color css

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

 a { background-color: rgb(207,198,176); }

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

border-color css

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

 span { border-color: rgb(207,198,176); }

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