Html Css Color HEX #CEB372 Putty

📋 copy color: '#CEB372'

red 206 ◦ green 179 ◦ blue 114

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

Shades of Putty #CEB372

Tints of Putty #CEB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 114 (44.92% from 255) = 22.85%

R = 41.28%
G = 35.87%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB372 (or 0xCEB372) is known color: Putty. HEX triplet: CE, B3 and 72. RGB value is (206,179,114). Sum of RGB (Red+Green+Blue) = 206+179+114=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB372 is #314C8D. Grayscale: #B3B3B3. Windows color (decimal): -3230862 or 7517134. OLE color: 7517134.

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

Color convert

RGB 206 179 114 -
CMYK 0 0.13 0.45 0.19
HSL 42.39º 0.48% 0.63% -
HSV(B) 42.39º 0.45% 0.81% -
XYZ 44.61 46.58 22.56 -
YUV 179.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 206 179 114 0 0.13 0.45 0.19 42.39 0.48 0.63
Hex CE B3 72 0 D 2D 13 2A 30 3F
Octal 316 263 162 0 15 55 23 52 60 77
Binary 11001110 10110011 1110010 0 1101 101101 10011 101010 110000 111111

Color Harmonies of #CEB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB372

Black with #CEB372

Text Example


Text Example

White with #CEB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB372; }

 p { color: rgb(206,179,114); }

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

background-color css

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

 a { background-color: rgb(206,179,114); }

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

border-color css

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

 span { border-color: rgb(206,179,114); }

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