#CBB96A

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

Shades of Tacha #CBB96A

Tints of Tacha #CBB96A

Color information

#CBB96A (or 0xCBB96A) is unknown color: approx Tacha. HEX triplet: CB, B9 and 6A. RGB value is (203,185,106). Sum of RGB (Red+Green+Blue) = 203+185+106=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB96A is #344695. Grayscale: #B5B5B5. Windows color (decimal): -3425942 or 6994379. OLE color: 6994379.

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

Color convert

RGB203185106-
CMYK00.090.480.20
HSL48.87º48.26%60.59%-
HSV(B)48.87º47.78%79.61%-
XYZ44.5848.4420.63-
YUV181.3885.46143.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=41.09%
G=37.45%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318510600.090.480.2048.8748.2660.59
HexCBB96A09301431303d
Octal3132711520116024616075
Binary110010111011100111010100100111000010100110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB96A; }

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

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

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

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

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

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

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

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