Html Css Color HEX #CEB470 Putty

📋 copy color: '#CEB470'

red 206 ◦ green 180 ◦ blue 112

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

Shades of Putty #CEB470

Tints of Putty #CEB470

RGB

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

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

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

R = 41.37%
G = 36.14%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEB470 (or 0xCEB470) is known color: Putty. HEX triplet: CE, B4 and 70. RGB value is (206,180,112). Sum of RGB (Red+Green+Blue) = 206+180+112=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB470 is #314B8F. Grayscale: #B4B4B4. Windows color (decimal): -3230608 or 7386318. OLE color: 7386318.

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

Color convert

RGB 206 180 112 -
CMYK 0 0.13 0.46 0.19
HSL 43.4º 0.49% 0.62% -
HSV(B) 43.4º 0.46% 0.81% -
XYZ 44.7 46.93 22.03 -
YUV 180.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 206 180 112 0 0.13 0.46 0.19 43.4 0.49 0.62
Hex CE B4 70 0 D 2E 13 2B 31 3E
Octal 316 264 160 0 15 56 23 53 61 76
Binary 11001110 10110100 1110000 0 1101 101110 10011 101011 110001 111110

Color Harmonies of #CEB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB470

Black with #CEB470

Text Example


Text Example

White with #CEB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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