Html Css Color HEX #CCC360 Tacha

📋 copy color: '#CCC360'

red 204 ◦ green 195 ◦ blue 96

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

Shades of Tacha #CCC360

Tints of Tacha #CCC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 41.21%
G = 39.39%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC360 (or 0xCCC360) is known color: Tacha. HEX triplet: CC, C3 and 60. RGB value is (204,195,96). Sum of RGB (Red+Green+Blue) = 204+195+96=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC360 is #333C9F. Grayscale: #BABABA. Windows color (decimal): -3357856 or 6341580. OLE color: 6341580.

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

Color convert

RGB 204 195 96 -
CMYK 0 0.04 0.53 0.2
HSL 55º 0.51% 0.59% -
HSV(B) 55º 0.53% 0.8% -
XYZ 46.53 52.71 18.79 -
YUV 186.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 204 195 96 0 0.04 0.53 0.2 55 0.51 0.59
Hex CC C3 60 0 4 35 14 37 33 3B
Octal 314 303 140 0 4 65 24 67 63 73
Binary 11001100 11000011 1100000 0 100 110101 10100 110111 110011 111011

Color Harmonies of #CCC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC360

Black with #CCC360

Text Example


Text Example

White with #CCC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC360; }

 p { color: rgb(204,195,96); }

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

background-color css

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

 a { background-color: rgb(204,195,96); }

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

border-color css

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

 span { border-color: rgb(204,195,96); }

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