Html Css Color HEX #CCC557 Tacha

📋 copy color: '#CCC557'

red 204 ◦ green 197 ◦ blue 87

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

Shades of Tacha #CCC557

Tints of Tacha #CCC557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.83%

R = 41.8%
G = 40.37%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC557 (or 0xCCC557) is known color: Tacha. HEX triplet: CC, C5 and 57. RGB value is (204,197,87). Sum of RGB (Red+Green+Blue) = 204+197+87=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC557 is #333AA8. Grayscale: #BABABA. Windows color (decimal): -3357353 or 5752268. OLE color: 5752268.

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

Color convert

RGB 204 197 87 -
CMYK 0 0.03 0.57 0.2
HSL 56.41º 0.53% 0.57% -
HSV(B) 56.41º 0.57% 0.8% -
XYZ 46.59 53.46 16.88 -
YUV 186.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 204 197 87 0 0.03 0.57 0.2 56.41 0.53 0.57
Hex CC C5 57 0 3 39 14 38 35 39
Octal 314 305 127 0 3 71 24 70 65 71
Binary 11001100 11000101 1010111 0 11 111001 10100 111000 110101 111001

Color Harmonies of #CCC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC557

Black with #CCC557

Text Example


Text Example

White with #CCC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC557; }

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

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

background-color css

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

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

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

border-color css

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

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

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