#CBB06A

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

Shades of Putty #CBB06A

Tints of Putty #CBB06A

Color information

#CBB06A (or 0xCBB06A) is unknown color: approx Putty. HEX triplet: CB, B0 and 6A. RGB value is (203,176,106). Sum of RGB (Red+Green+Blue) = 203+176+106=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB06A is #344F95. Grayscale: #B0B0B0. Windows color (decimal): -3428246 or 6992075. OLE color: 6992075.

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

Color convert

RGB203176106-
CMYK00.130.480.20
HSL43.3º48.26%60.59%-
HSV(B)43.3º47.78%79.61%-
XYZ42.7644.7920.03-
YUV176.0988.45147.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=41.86%
G=36.29%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317610600.130.480.2043.348.2660.59
HexCBB06A0D30142b303d
Octal3132601520156024536075
Binary110010111011000011010100110111000010100101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB06A; }

 p { color: rgb(203,176,106); }

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

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

 a { background-color: rgb(203,176,106); }

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

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

 span { border-color: rgb(203,176,106); }

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