Html Css Color HEX #CCB55A Tacha

📋 copy color: '#CCB55A'

red 204 ◦ green 181 ◦ blue 90

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

Shades of Tacha #CCB55A

Tints of Tacha #CCB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 42.95%
G = 38.11%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB55A (or 0xCCB55A) is known color: Tacha. HEX triplet: CC, B5 and 5A. RGB value is (204,181,90). Sum of RGB (Red+Green+Blue) = 204+181+90=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55A is #334AA5. Grayscale: #B1B1B1. Windows color (decimal): -3361446 or 5944780. OLE color: 5944780.

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

Color convert

RGB 204 181 90 -
CMYK 0 0.11 0.56 0.2
HSL 47.89º 0.53% 0.58% -
HSV(B) 47.89º 0.56% 0.8% -
XYZ 43.27 46.62 16.39 -
YUV 177.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 204 181 90 0 0.11 0.56 0.2 47.89 0.53 0.58
Hex CC B5 5A 0 B 38 14 30 35 3A
Octal 314 265 132 0 13 70 24 60 65 72
Binary 11001100 10110101 1011010 0 1011 111000 10100 110000 110101 111010

Color Harmonies of #CCB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB55A

Black with #CCB55A

Text Example


Text Example

White with #CCB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB55A; }

 p { color: rgb(204,181,90); }

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

background-color css

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

 a { background-color: rgb(204,181,90); }

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

border-color css

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

 span { border-color: rgb(204,181,90); }

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