Html Css Color HEX #CCC55E Tacha

📋 copy color: '#CCC55E'

red 204 ◦ green 197 ◦ blue 94

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

Shades of Tacha #CCC55E

Tints of Tacha #CCC55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.8%

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

R = 41.21%
G = 39.8%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC55E (or 0xCCC55E) is known color: Tacha. HEX triplet: CC, C5 and 5E. RGB value is (204,197,94). Sum of RGB (Red+Green+Blue) = 204+197+94=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC55E is #333AA1. Grayscale: #BBBBBB. Windows color (decimal): -3357346 or 6211020. OLE color: 6211020.

HSL color Cylindrical-coordinate representation of color #CCC55E: hue angle of 56.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 #CCC55E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 94 -
CMYK 0 0.03 0.54 0.2
HSL 56.18º 0.52% 0.58% -
HSV(B) 56.18º 0.54% 0.8% -
XYZ 46.89 53.58 18.46 -
YUV 187.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 204 197 94 0 0.03 0.54 0.2 56.18 0.52 0.58
Hex CC C5 5E 0 3 36 14 38 34 3A
Octal 314 305 136 0 3 66 24 70 64 72
Binary 11001100 11000101 1011110 0 11 110110 10100 111000 110100 111010

Color Harmonies of #CCC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC55E

Black with #CCC55E

Text Example


Text Example

White with #CCC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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