Html Css Color HEX #CCBA5E Tacha

📋 copy color: '#CCBA5E'

red 204 ◦ green 186 ◦ blue 94

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

Shades of Tacha #CCBA5E

Tints of Tacha #CCBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.42%

R = 42.15%
G = 38.43%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCBA5E (or 0xCCBA5E) is known color: Tacha. HEX triplet: CC, BA and 5E. RGB value is (204,186,94). Sum of RGB (Red+Green+Blue) = 204+186+94=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA5E is #3345A1. Grayscale: #B5B5B5. Windows color (decimal): -3360162 or 6208204. OLE color: 6208204.

HSL color Cylindrical-coordinate representation of color #CCBA5E: hue angle of 50.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCBA5E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 94 -
CMYK 0 0.09 0.54 0.2
HSL 50.18º 0.52% 0.58% -
HSV(B) 50.18º 0.54% 0.8% -
XYZ 44.48 48.76 17.66 -
YUV 180.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 204 186 94 0 0.09 0.54 0.2 50.18 0.52 0.58
Hex CC BA 5E 0 9 36 14 32 34 3A
Octal 314 272 136 0 11 66 24 62 64 72
Binary 11001100 10111010 1011110 0 1001 110110 10100 110010 110100 111010

Color Harmonies of #CCBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA5E

Black with #CCBA5E

Text Example


Text Example

White with #CCBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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