Html Css Color HEX #CEC975 Deco

📋 copy color: '#CEC975'

red 206 ◦ green 201 ◦ blue 117

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

Shades of Deco #CEC975

Tints of Deco #CEC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

 BLUE value IS 117 (46.09% from 255) = 22.33%

R = 39.31%
G = 38.36%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEC975 (or 0xCEC975) is known color: Deco. HEX triplet: CE, C9 and 75. RGB value is (206,201,117). Sum of RGB (Red+Green+Blue) = 206+201+117=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC975 is #31368A. Grayscale: #C1C1C1. Windows color (decimal): -3225227 or 7719374. OLE color: 7719374.

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

Color convert

RGB 206 201 117 -
CMYK 0 0.02 0.43 0.19
HSL 56.63º 0.48% 0.63% -
HSV(B) 56.63º 0.43% 0.81% -
XYZ 49.55 56.18 25.06 -
YUV 192.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 206 201 117 0 0.02 0.43 0.19 56.63 0.48 0.63
Hex CE C9 75 0 2 2B 13 39 30 3F
Octal 316 311 165 0 2 53 23 71 60 77
Binary 11001110 11001001 1110101 0 10 101011 10011 111001 110000 111111

Color Harmonies of #CEC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC975

Black with #CEC975

Text Example


Text Example

White with #CEC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC975; }

 p { color: rgb(206,201,117); }

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

background-color css

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

 a { background-color: rgb(206,201,117); }

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

border-color css

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

 span { border-color: rgb(206,201,117); }

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