Html Css Color HEX #CCB960 Tacha

📋 copy color: '#CCB960'

red 204 ◦ green 185 ◦ blue 96

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

Shades of Tacha #CCB960

Tints of Tacha #CCB960

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

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

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

R = 42.06%
G = 38.14%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB960 (or 0xCCB960) is known color: Tacha. HEX triplet: CC, B9 and 60. RGB value is (204,185,96). Sum of RGB (Red+Green+Blue) = 204+185+96=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB960 is #33469F. Grayscale: #B4B4B4. Windows color (decimal): -3360416 or 6339020. OLE color: 6339020.

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

Color convert

RGB 204 185 96 -
CMYK 0 0.09 0.53 0.2
HSL 49.44º 0.51% 0.59% -
HSV(B) 49.44º 0.53% 0.8% -
XYZ 44.36 48.38 18.07 -
YUV 180.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 204 185 96 0 0.09 0.53 0.2 49.44 0.51 0.59
Hex CC B9 60 0 9 35 14 31 33 3B
Octal 314 271 140 0 11 65 24 61 63 73
Binary 11001100 10111001 1100000 0 1001 110101 10100 110001 110011 111011

Color Harmonies of #CCB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB960

Black with #CCB960

Text Example


Text Example

White with #CCB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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