Html Css Color HEX #CCC063 Tacha

📋 copy color: '#CCC063'

red 204 ◦ green 192 ◦ blue 99

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

Shades of Tacha #CCC063

Tints of Tacha #CCC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 99 (39.06% from 255) = 20%

R = 41.21%
G = 38.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCC063 (or 0xCCC063) is known color: Tacha. HEX triplet: CC, C0 and 63. RGB value is (204,192,99). Sum of RGB (Red+Green+Blue) = 204+192+99=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC063 is #333F9C. Grayscale: #B9B9B9. Windows color (decimal): -3358621 or 6537420. OLE color: 6537420.

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

Color convert

RGB 204 192 99 -
CMYK 0 0.06 0.51 0.2
HSL 53.14º 0.51% 0.59% -
HSV(B) 53.14º 0.51% 0.8% -
XYZ 46 51.44 19.31 -
YUV 184.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 204 192 99 0 0.06 0.51 0.2 53.14 0.51 0.59
Hex CC C0 63 0 6 33 14 35 33 3B
Octal 314 300 143 0 6 63 24 65 63 73
Binary 11001100 11000000 1100011 0 110 110011 10100 110101 110011 111011

Color Harmonies of #CCC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC063

Black with #CCC063

Text Example


Text Example

White with #CCC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC063; }

 p { color: rgb(204,192,99); }

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

background-color css

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

 a { background-color: rgb(204,192,99); }

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

border-color css

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

 span { border-color: rgb(204,192,99); }

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