Html Css Color HEX #CEC6A6 Parchment

📋 copy color: '#CEC6A6'

red 206 ◦ green 198 ◦ blue 166

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

Shades of Parchment #CEC6A6

Tints of Parchment #CEC6A6

RGB

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

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

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

R = 36.14%
G = 34.74%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEC6A6 (or 0xCEC6A6) is known color: Parchment. HEX triplet: CE, C6 and A6. RGB value is (206,198,166). Sum of RGB (Red+Green+Blue) = 206+198+166=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A6 is #313959. Grayscale: #C4C4C4. Windows color (decimal): -3225946 or 10929870. OLE color: 10929870.

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

Color convert

RGB 206 198 166 -
CMYK 0 0.04 0.19 0.19
HSL 48º 0.29% 0.73% -
HSV(B) 48º 0.19% 0.81% -
XYZ 52.53 56.26 44.17 -
YUV 196.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 206 198 166 0 0.04 0.19 0.19 48 0.29 0.73
Hex CE C6 A6 0 4 13 13 30 1D 49
Octal 316 306 246 0 4 23 23 60 35 111
Binary 11001110 11000110 10100110 0 100 10011 10011 110000 11101 1001001

Color Harmonies of #CEC6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6A6

Black with #CEC6A6

Text Example


Text Example

White with #CEC6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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