#CEB469

Color #CEB469 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CEB469

Tints of Putty #CEB469

Color information

#CEB469 (or 0xCEB469) is unknown color: approx Putty. HEX triplet: CE, B4 and 69. RGB value is (206,180,105). Sum of RGB (Red+Green+Blue) = 206+180+105=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB469 is #314B96. Grayscale: #B3B3B3. Windows color (decimal): -3230615 or 6927566. OLE color: 6927566.

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

Color convert

RGB206180105-
CMYK00.130.490.19
HSL44.55º50.75%60.98%-
HSV(B)44.55º49.03%80.78%-
XYZ44.3246.7820.06-
YUV179.2286.11147.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=41.96%
G=36.66%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618010500.130.490.1944.5550.7560.98
HexCEB4690D31132d333d
Octal3162641510156123556375
Binary110011101011010011010010110111000110011101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB469; }

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

 H1.HeaderClassName
 {
   color: #CEB469;
 }
 .AnyTagClassName
 {
   color: #CEB469;
 }
</style>
background-color css

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

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

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

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

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

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