Html Css Color HEX #CEC6B5 Parchment

📋 copy color: '#CEC6B5'

red 206 ◦ green 198 ◦ blue 181

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

Shades of Parchment #CEC6B5

Tints of Parchment #CEC6B5

RGB

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

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

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

R = 35.21%
G = 33.85%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEC6B5 (or 0xCEC6B5) is known color: Parchment. HEX triplet: CE, C6 and B5. RGB value is (206,198,181). Sum of RGB (Red+Green+Blue) = 206+198+181=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B5 is #31394A. Grayscale: #C6C6C6. Windows color (decimal): -3225931 or 11912910. OLE color: 11912910.

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

Color convert

RGB 206 198 181 -
CMYK 0 0.04 0.12 0.19
HSL 40.8º 0.2% 0.76% -
HSV(B) 40.8º 0.12% 0.81% -
XYZ 53.99 56.85 51.84 -
YUV 198.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 206 198 181 0 0.04 0.12 0.19 40.8 0.2 0.76
Hex CE C6 B5 0 4 C 13 29 14 4C
Octal 316 306 265 0 4 14 23 51 24 114
Binary 11001110 11000110 10110101 0 100 1100 10011 101001 10100 1001100

Color Harmonies of #CEC6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6B5

Black with #CEC6B5

Text Example


Text Example

White with #CEC6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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