Html Css Color HEX #CEB472 Putty

📋 copy color: '#CEB472'

red 206 ◦ green 180 ◦ blue 114

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

Shades of Putty #CEB472

Tints of Putty #CEB472

RGB

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

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

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

R = 41.2%
G = 36%
B = 22.8%

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

#CEB472 (or 0xCEB472) is known color: Putty. HEX triplet: CE, B4 and 72. RGB value is (206,180,114). Sum of RGB (Red+Green+Blue) = 206+180+114=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB472 is #314B8D. Grayscale: #B4B4B4. Windows color (decimal): -3230606 or 7517390. OLE color: 7517390.

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

Color convert

RGB 206 180 114 -
CMYK 0 0.13 0.45 0.19
HSL 43.04º 0.48% 0.63% -
HSV(B) 43.04º 0.45% 0.81% -
XYZ 44.81 46.98 22.63 -
YUV 180.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 206 180 114 0 0.13 0.45 0.19 43.04 0.48 0.63
Hex CE B4 72 0 D 2D 13 2B 30 3F
Octal 316 264 162 0 15 55 23 53 60 77
Binary 11001110 10110100 1110010 0 1101 101101 10011 101011 110000 111111

Color Harmonies of #CEB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB472

Black with #CEB472

Text Example


Text Example

White with #CEB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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