Html Css Color HEX #CCC465 Tacha

📋 copy color: '#CCC465'

red 204 ◦ green 196 ◦ blue 101

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

Shades of Tacha #CCC465

Tints of Tacha #CCC465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 40.72%
G = 39.12%
B = 20.16%

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

#CCC465 (or 0xCCC465) is known color: Tacha. HEX triplet: CC, C4 and 65. RGB value is (204,196,101). Sum of RGB (Red+Green+Blue) = 204+196+101=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC465 is #333B9A. Grayscale: #BBBBBB. Windows color (decimal): -3357595 or 6669516. OLE color: 6669516.

HSL color Cylindrical-coordinate representation of color #CCC465: hue angle of 55.34º 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 #CCC465 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 101 -
CMYK 0 0.04 0.50 0.2
HSL 55.34º 0.5% 0.6% -
HSV(B) 55.34º 0.5% 0.8% -
XYZ 46.99 53.26 20.11 -
YUV 187.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 204 196 101 0 0.04 0.50 0.2 55.34 0.5 0.6
Hex CC C4 65 0 4 32 14 37 32 3C
Octal 314 304 145 0 4 62 24 67 62 74
Binary 11001100 11000100 1100101 0 100 110010 10100 110111 110010 111100

Color Harmonies of #CCC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC465

Black with #CCC465

Text Example


Text Example

White with #CCC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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