Html Css Color HEX #CEC7B6 Parchment

📋 copy color: '#CEC7B6'

red 206 ◦ green 199 ◦ blue 182

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

Shades of Parchment #CEC7B6

Tints of Parchment #CEC7B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.01%

R = 35.09%
G = 33.9%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEC7B6 (or 0xCEC7B6) is known color: Parchment. HEX triplet: CE, C7 and B6. RGB value is (206,199,182). Sum of RGB (Red+Green+Blue) = 206+199+182=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B6 is #313849. Grayscale: #C7C7C7. Windows color (decimal): -3225674 or 11978702. OLE color: 11978702.

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

Color convert

RGB 206 199 182 -
CMYK 0 0.03 0.12 0.19
HSL 42.5º 0.2% 0.76% -
HSV(B) 42.5º 0.12% 0.81% -
XYZ 54.32 57.35 52.46 -
YUV 199.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 206 199 182 0 0.03 0.12 0.19 42.5 0.2 0.76
Hex CE C7 B6 0 3 C 13 2A 14 4C
Octal 316 307 266 0 3 14 23 52 24 114
Binary 11001110 11000111 10110110 0 11 1100 10011 101010 10100 1001100

Color Harmonies of #CEC7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC7B6

Black with #CEC7B6

Text Example


Text Example

White with #CEC7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC7B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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