Html Css Color HEX #CEC7A6 Parchment

📋 copy color: '#CEC7A6'

red 206 ◦ green 199 ◦ blue 166

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

Shades of Parchment #CEC7A6

Tints of Parchment #CEC7A6

RGB

 RED value IS 206 (80.86% from 255) = 36.08%

 GREEN value IS 199 (78.13% from 255) = 34.85%

 BLUE value IS 166 (65.23% from 255) = 29.07%

R = 36.08%
G = 34.85%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEC7A6 (or 0xCEC7A6) is known color: Parchment. HEX triplet: CE, C7 and A6. RGB value is (206,199,166). Sum of RGB (Red+Green+Blue) = 206+199+166=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A6 is #313859. Grayscale: #C5C5C5. Windows color (decimal): -3225690 or 10930126. OLE color: 10930126.

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

Color convert

RGB 206 199 166 -
CMYK 0 0.03 0.19 0.19
HSL 49.5º 0.29% 0.73% -
HSV(B) 49.5º 0.19% 0.81% -
XYZ 52.76 56.72 44.24 -
YUV 197.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 206 199 166 0 0.03 0.19 0.19 49.5 0.29 0.73
Hex CE C7 A6 0 3 13 13 32 1D 49
Octal 316 307 246 0 3 23 23 62 35 111
Binary 11001110 11000111 10100110 0 11 10011 10011 110010 11101 1001001

Color Harmonies of #CEC7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC7A6

Black with #CEC7A6

Text Example


Text Example

White with #CEC7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC7A6; }

 p { color: rgb(206,199,166); }

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

background-color css

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

 a { background-color: rgb(206,199,166); }

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

border-color css

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

 span { border-color: rgb(206,199,166); }

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