Html Css Color HEX #CEB474 Putty

📋 copy color: '#CEB474'

red 206 ◦ green 180 ◦ blue 116

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

Shades of Putty #CEB474

Tints of Putty #CEB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 41.04%
G = 35.86%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB474 (or 0xCEB474) is known color: Putty. HEX triplet: CE, B4 and 74. RGB value is (206,180,116). Sum of RGB (Red+Green+Blue) = 206+180+116=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB474 is #314B8B. Grayscale: #B4B4B4. Windows color (decimal): -3230604 or 7648462. OLE color: 7648462.

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

Color convert

RGB 206 180 116 -
CMYK 0 0.13 0.44 0.19
HSL 42.67º 0.48% 0.63% -
HSV(B) 42.67º 0.44% 0.81% -
XYZ 44.93 47.03 23.23 -
YUV 180.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 206 180 116 0 0.13 0.44 0.19 42.67 0.48 0.63
Hex CE B4 74 0 D 2C 13 2B 30 3F
Octal 316 264 164 0 15 54 23 53 60 77
Binary 11001110 10110100 1110100 0 1101 101100 10011 101011 110000 111111

Color Harmonies of #CEB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB474

Black with #CEB474

Text Example


Text Example

White with #CEB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB474; }

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

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

background-color css

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

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

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

border-color css

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

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

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