Html Css Color HEX #CCBA61 Tacha

📋 copy color: '#CCBA61'

red 204 ◦ green 186 ◦ blue 97

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

Shades of Tacha #CCBA61

Tints of Tacha #CCBA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.92%

R = 41.89%
G = 38.19%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCBA61 (or 0xCCBA61) is known color: Tacha. HEX triplet: CC, BA and 61. RGB value is (204,186,97). Sum of RGB (Red+Green+Blue) = 204+186+97=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA61 is #33459E. Grayscale: #B5B5B5. Windows color (decimal): -3360159 or 6404812. OLE color: 6404812.

HSL color Cylindrical-coordinate representation of color #CCBA61: 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.52%. Process color model (Four color, CMYK) of #CCBA61 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 97 -
CMYK 0 0.09 0.52 0.2
HSL 49.91º 0.51% 0.59% -
HSV(B) 49.91º 0.52% 0.8% -
XYZ 44.62 48.82 18.38 -
YUV 181.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 204 186 97 0 0.09 0.52 0.2 49.91 0.51 0.59
Hex CC BA 61 0 9 34 14 32 33 3B
Octal 314 272 141 0 11 64 24 62 63 73
Binary 11001100 10111010 1100001 0 1001 110100 10100 110010 110011 111011

Color Harmonies of #CCBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA61

Black with #CCBA61

Text Example


Text Example

White with #CCBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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