Html Css Color HEX #CEB06E Putty

📋 copy color: '#CEB06E'

red 206 ◦ green 176 ◦ blue 110

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

Shades of Putty #CEB06E

Tints of Putty #CEB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 41.87%
G = 35.77%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB06E (or 0xCEB06E) is known color: Putty. HEX triplet: CE, B0 and 6E. RGB value is (206,176,110). Sum of RGB (Red+Green+Blue) = 206+176+110=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06E is #314F91. Grayscale: #B1B1B1. Windows color (decimal): -3231634 or 7254222. OLE color: 7254222.

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

Color convert

RGB 206 176 110 -
CMYK 0 0.15 0.47 0.19
HSL 41.25º 0.49% 0.62% -
HSV(B) 41.25º 0.47% 0.81% -
XYZ 43.79 45.3 21.19 -
YUV 177.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 206 176 110 0 0.15 0.47 0.19 41.25 0.49 0.62
Hex CE B0 6E 0 F 2F 13 29 31 3E
Octal 316 260 156 0 17 57 23 51 61 76
Binary 11001110 10110000 1101110 0 1111 101111 10011 101001 110001 111110

Color Harmonies of #CEB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB06E

Black with #CEB06E

Text Example


Text Example

White with #CEB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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