Html Css Color HEX #CEB76E Putty

📋 copy color: '#CEB76E'

red 206 ◦ green 183 ◦ blue 110

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

Shades of Putty #CEB76E

Tints of Putty #CEB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 41.28%
G = 36.67%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB76E (or 0xCEB76E) is known color: Putty. HEX triplet: CE, B7 and 6E. RGB value is (206,183,110). Sum of RGB (Red+Green+Blue) = 206+183+110=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB76E is #314891. Grayscale: #B5B5B5. Windows color (decimal): -3229842 or 7256014. OLE color: 7256014.

HSL color Cylindrical-coordinate representation of color #CEB76E: hue angle of 45.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB76E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 110 -
CMYK 0 0.11 0.47 0.19
HSL 45.63º 0.49% 0.62% -
HSV(B) 45.63º 0.47% 0.81% -
XYZ 45.2 48.11 21.66 -
YUV 181.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 206 183 110 0 0.11 0.47 0.19 45.63 0.49 0.62
Hex CE B7 6E 0 B 2F 13 2E 31 3E
Octal 316 267 156 0 13 57 23 56 61 76
Binary 11001110 10110111 1101110 0 1011 101111 10011 101110 110001 111110

Color Harmonies of #CEB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB76E

Black with #CEB76E

Text Example


Text Example

White with #CEB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB76E; }

 p { color: rgb(206,183,110); }

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

background-color css

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

 a { background-color: rgb(206,183,110); }

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

border-color css

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

 span { border-color: rgb(206,183,110); }

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