#CBAE69

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

Shades of Putty #CBAE69

Tints of Putty #CBAE69

Color information

#CBAE69 (or 0xCBAE69) is unknown color: approx Putty. HEX triplet: CB, AE and 69. RGB value is (203,174,105). Sum of RGB (Red+Green+Blue) = 203+174+105=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE69 is #345196. Grayscale: #AFAFAF. Windows color (decimal): -3428759 or 6926027. OLE color: 6926027.

HSL color Cylindrical-coordinate representation of color #CBAE69: hue angle of 42.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBAE69 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203174105-
CMYK00.140.480.20
HSL42.24º48.51%60.39%-
HSV(B)42.24º48.28%79.61%-
XYZ42.3143.9919.63-
YUV174.888.61148.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=42.12%
G=36.10%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317410500.140.480.2042.2448.5160.39
HexCBAE690E30142a313c
Octal3132561510166024526174
Binary110010111010111011010010111011000010100101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE69; }

 p { color: rgb(203,174,105); }

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

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

 a { background-color: rgb(203,174,105); }

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

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

 span { border-color: rgb(203,174,105); }

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