Html Css Color HEX #CECB83 Deco

📋 copy color: '#CECB83'

red 206 ◦ green 203 ◦ blue 131

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

Shades of Deco #CECB83

Tints of Deco #CECB83

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

 BLUE value IS 131 (51.56% from 255) = 24.26%

R = 38.15%
G = 37.59%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CECB83 (or 0xCECB83) is known color: Deco. HEX triplet: CE, CB and 83. RGB value is (206,203,131). Sum of RGB (Red+Green+Blue) = 206+203+131=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB83 is #31347C. Grayscale: #C3C3C3. Windows color (decimal): -3224701 or 8637390. OLE color: 8637390.

HSL color Cylindrical-coordinate representation of color #CECB83: hue angle of 57.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CECB83 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 131 -
CMYK 0 0.01 0.36 0.19
HSL 57.6º 0.43% 0.66% -
HSV(B) 57.6º 0.36% 0.81% -
XYZ 50.91 57.47 29.88 -
YUV 195.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 206 203 131 0 0.01 0.36 0.19 57.6 0.43 0.66
Hex CE CB 83 0 1 24 13 3A 2B 42
Octal 316 313 203 0 1 44 23 72 53 102
Binary 11001110 11001011 10000011 0 1 100100 10011 111010 101011 1000010

Color Harmonies of #CECB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB83

Black with #CECB83

Text Example


Text Example

White with #CECB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB83; }

 p { color: rgb(206,203,131); }

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

background-color css

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

 a { background-color: rgb(206,203,131); }

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

border-color css

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

 span { border-color: rgb(206,203,131); }

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