Html Css Color HEX #CEB972 Putty

📋 copy color: '#CEB972'

red 206 ◦ green 185 ◦ blue 114

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

Shades of Putty #CEB972

Tints of Putty #CEB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

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

R = 40.79%
G = 36.63%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB972 (or 0xCEB972) is known color: Putty. HEX triplet: CE, B9 and 72. RGB value is (206,185,114). Sum of RGB (Red+Green+Blue) = 206+185+114=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB972 is #31468D. Grayscale: #B7B7B7. Windows color (decimal): -3229326 or 7518670. OLE color: 7518670.

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

Color convert

RGB 206 185 114 -
CMYK 0 0.10 0.45 0.19
HSL 46.3º 0.48% 0.63% -
HSV(B) 46.3º 0.45% 0.81% -
XYZ 45.84 49.03 22.97 -
YUV 183.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 206 185 114 0 0.10 0.45 0.19 46.3 0.48 0.63
Hex CE B9 72 0 A 2D 13 2E 30 3F
Octal 316 271 162 0 12 55 23 56 60 77
Binary 11001110 10111001 1110010 0 1010 101101 10011 101110 110000 111111

Color Harmonies of #CEB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB972

Black with #CEB972

Text Example


Text Example

White with #CEB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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