Html Css Color HEX #CBB960 Tacha

📋 copy color: '#CBB960'

red 203 ◦ green 185 ◦ blue 96

#CBB960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CBB960

Tints of Tacha #CBB960

RGB

 RED value IS 203 (79.69% from 255) = 41.94%

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 41.94%
G = 38.22%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBB960 (or 0xCBB960) is known color: Tacha. HEX triplet: CB, B9 and 60. RGB value is (203,185,96). Sum of RGB (Red+Green+Blue) = 203+185+96=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB960 is #34469F. Grayscale: #B4B4B4. Windows color (decimal): -3425952 or 6339019. OLE color: 6339019.

HSL color Cylindrical-coordinate representation of color #CBB960: hue angle of 49.91º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBB960 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 96 -
CMYK 0 0.09 0.53 0.20
HSL 49.91º 0.51% 0.59% -
HSV(B) 49.91º 0.53% 0.8% -
XYZ 44.09 48.24 18.05 -
YUV 180.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 203 185 96 0 0.09 0.53 0.20 49.91 0.51 0.59
Hex CB B9 60 0 9 35 14 32 33 3B
Octal 313 271 140 0 11 65 24 62 63 73
Binary 11001011 10111001 1100000 0 1001 110101 10100 110010 110011 111011

Color Harmonies of #CBB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB960

Black with #CBB960

Text Example


Text Example

White with #CBB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB960; }

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

 H1.HeaderClassName
 {
   color: #CBB960;
 }
 .AnyTagClassName
 {
   color: #CBB960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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