Html Css Color HEX #CCC365 Tacha

📋 copy color: '#CCC365'

red 204 ◦ green 195 ◦ blue 101

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

Shades of Tacha #CCC365

Tints of Tacha #CCC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 40.8%
G = 39%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCC365 (or 0xCCC365) is known color: Tacha. HEX triplet: CC, C3 and 65. RGB value is (204,195,101). Sum of RGB (Red+Green+Blue) = 204+195+101=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC365 is #333C9A. Grayscale: #BBBBBB. Windows color (decimal): -3357851 or 6669260. OLE color: 6669260.

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

Color convert

RGB 204 195 101 -
CMYK 0 0.04 0.50 0.2
HSL 54.76º 0.5% 0.6% -
HSV(B) 54.76º 0.5% 0.8% -
XYZ 46.77 52.81 20.04 -
YUV 186.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 204 195 101 0 0.04 0.50 0.2 54.76 0.5 0.6
Hex CC C3 65 0 4 32 14 37 32 3C
Octal 314 303 145 0 4 62 24 67 62 74
Binary 11001100 11000011 1100101 0 100 110010 10100 110111 110010 111100

Color Harmonies of #CCC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC365

Black with #CCC365

Text Example


Text Example

White with #CCC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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