Html Css Color HEX #CEB770 Putty

📋 copy color: '#CEB770'

red 206 ◦ green 183 ◦ blue 112

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

Shades of Putty #CEB770

Tints of Putty #CEB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.53%

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

R = 41.12%
G = 36.53%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB770 (or 0xCEB770) is known color: Putty. HEX triplet: CE, B7 and 70. RGB value is (206,183,112). Sum of RGB (Red+Green+Blue) = 206+183+112=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB770 is #31488F. Grayscale: #B6B6B6. Windows color (decimal): -3229840 or 7387086. OLE color: 7387086.

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

Color convert

RGB 206 183 112 -
CMYK 0 0.11 0.46 0.19
HSL 45.32º 0.49% 0.62% -
HSV(B) 45.32º 0.46% 0.81% -
XYZ 45.31 48.16 22.24 -
YUV 181.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 206 183 112 0 0.11 0.46 0.19 45.32 0.49 0.62
Hex CE B7 70 0 B 2E 13 2D 31 3E
Octal 316 267 160 0 13 56 23 55 61 76
Binary 11001110 10110111 1110000 0 1011 101110 10011 101101 110001 111110

Color Harmonies of #CEB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB770

Black with #CEB770

Text Example


Text Example

White with #CEB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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