Html Css Color HEX #CCBA60 Tacha

📋 copy color: '#CCBA60'

red 204 ◦ green 186 ◦ blue 96

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

Shades of Tacha #CCBA60

Tints of Tacha #CCBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

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

R = 41.98%
G = 38.27%
B = 19.75%

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

#CCBA60 (or 0xCCBA60) is known color: Tacha. HEX triplet: CC, BA and 60. RGB value is (204,186,96). Sum of RGB (Red+Green+Blue) = 204+186+96=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA60 is #33459F. Grayscale: #B5B5B5. Windows color (decimal): -3360160 or 6339276. OLE color: 6339276.

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

Color convert

RGB 204 186 96 -
CMYK 0 0.09 0.53 0.2
HSL 50º 0.51% 0.59% -
HSV(B) 50º 0.53% 0.8% -
XYZ 44.57 48.8 18.14 -
YUV 181.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 204 186 96 0 0.09 0.53 0.2 50 0.51 0.59
Hex CC BA 60 0 9 35 14 32 33 3B
Octal 314 272 140 0 11 65 24 62 63 73
Binary 11001100 10111010 1100000 0 1001 110101 10100 110010 110011 111011

Color Harmonies of #CCBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA60

Black with #CCBA60

Text Example


Text Example

White with #CCBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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