Html Css Color HEX #CEB970 Putty

📋 copy color: '#CEB970'

red 206 ◦ green 185 ◦ blue 112

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

Shades of Putty #CEB970

Tints of Putty #CEB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 40.95%
G = 36.78%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB970 (or 0xCEB970) is known color: Putty. HEX triplet: CE, B9 and 70. RGB value is (206,185,112). Sum of RGB (Red+Green+Blue) = 206+185+112=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB970 is #31468F. Grayscale: #B7B7B7. Windows color (decimal): -3229328 or 7387598. OLE color: 7387598.

HSL color Cylindrical-coordinate representation of color #CEB970: hue angle of 46.6º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEB970 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 112 -
CMYK 0 0.10 0.46 0.19
HSL 46.6º 0.49% 0.62% -
HSV(B) 46.6º 0.46% 0.81% -
XYZ 45.73 48.99 22.38 -
YUV 182.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 206 185 112 0 0.10 0.46 0.19 46.6 0.49 0.62
Hex CE B9 70 0 A 2E 13 2F 31 3E
Octal 316 271 160 0 12 56 23 57 61 76
Binary 11001110 10111001 1110000 0 1010 101110 10011 101111 110001 111110

Color Harmonies of #CEB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB970

Black with #CEB970

Text Example


Text Example

White with #CEB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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