Html Css Color HEX #CCC566 Tacha

📋 copy color: '#CCC566'

red 204 ◦ green 197 ◦ blue 102

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

Shades of Tacha #CCC566

Tints of Tacha #CCC566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.28%

R = 40.56%
G = 39.17%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCC566 (or 0xCCC566) is known color: Tacha. HEX triplet: CC, C5 and 66. RGB value is (204,197,102). Sum of RGB (Red+Green+Blue) = 204+197+102=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC566 is #333A99. Grayscale: #BCBCBC. Windows color (decimal): -3357338 or 6735308. OLE color: 6735308.

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

Color convert

RGB 204 197 102 -
CMYK 0 0.03 0.5 0.2
HSL 55.88º 0.5% 0.6% -
HSV(B) 55.88º 0.5% 0.8% -
XYZ 47.27 53.73 20.45 -
YUV 188.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 204 197 102 0 0.03 0.5 0.2 55.88 0.5 0.6
Hex CC C5 66 0 3 32 14 38 32 3C
Octal 314 305 146 0 3 62 24 70 62 74
Binary 11001100 11000101 1100110 0 11 110010 10100 111000 110010 111100

Color Harmonies of #CCC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC566

Black with #CCC566

Text Example


Text Example

White with #CCC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC566; }

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

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

background-color css

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

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

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

border-color css

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

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

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