Html Css Color HEX #CEB46E Putty

📋 copy color: '#CEB46E'

red 206 ◦ green 180 ◦ blue 110

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

Shades of Putty #CEB46E

Tints of Putty #CEB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 41.53%
G = 36.29%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB46E (or 0xCEB46E) is known color: Putty. HEX triplet: CE, B4 and 6E. RGB value is (206,180,110). Sum of RGB (Red+Green+Blue) = 206+180+110=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB46E is #314B91. Grayscale: #B4B4B4. Windows color (decimal): -3230610 or 7255246. OLE color: 7255246.

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

Color convert

RGB 206 180 110 -
CMYK 0 0.13 0.47 0.19
HSL 43.75º 0.49% 0.62% -
HSV(B) 43.75º 0.47% 0.81% -
XYZ 44.59 46.89 21.45 -
YUV 179.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 206 180 110 0 0.13 0.47 0.19 43.75 0.49 0.62
Hex CE B4 6E 0 D 2F 13 2C 31 3E
Octal 316 264 156 0 15 57 23 54 61 76
Binary 11001110 10110100 1101110 0 1101 101111 10011 101100 110001 111110

Color Harmonies of #CEB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB46E

Black with #CEB46E

Text Example


Text Example

White with #CEB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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