#CEA569

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

Shades of Putty #CEA569

Tints of Putty #CEA569

Color information

#CEA569 (or 0xCEA569) is unknown color: approx Putty. HEX triplet: CE, A5 and 69. RGB value is (206,165,105). Sum of RGB (Red+Green+Blue) = 206+165+105=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA569 is #315A96. Grayscale: #AAAAAA. Windows color (decimal): -3234455 or 6923726. OLE color: 6923726.

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

Color convert

RGB206165105-
CMYK00.200.490.19
HSL35.64º50.75%60.98%-
HSV(B)35.64º49.03%80.78%-
XYZ41.4641.0519.1-
YUV170.4291.08153.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=43.28%
G=34.66%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616510500.200.490.1935.6450.7560.98
HexCEA569014311324333d
Octal3162451510246123446375
Binary1100111010100101110100101010011000110011100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA569; }

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

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

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

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

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

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

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

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