Html Css Color HEX #CCC568 Tacha

📋 copy color: '#CCC568'

red 204 ◦ green 197 ◦ blue 104

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

Shades of Tacha #CCC568

Tints of Tacha #CCC568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 40.4%
G = 39.01%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC568 (or 0xCCC568) is known color: Tacha. HEX triplet: CC, C5 and 68. RGB value is (204,197,104). Sum of RGB (Red+Green+Blue) = 204+197+104=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC568 is #333A97. Grayscale: #BCBCBC. Windows color (decimal): -3357336 or 6866380. OLE color: 6866380.

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

Color convert

RGB 204 197 104 -
CMYK 0 0.03 0.49 0.2
HSL 55.8º 0.5% 0.6% -
HSV(B) 55.8º 0.49% 0.8% -
XYZ 47.37 53.77 20.98 -
YUV 188.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 204 197 104 0 0.03 0.49 0.2 55.8 0.5 0.6
Hex CC C5 68 0 3 31 14 38 32 3C
Octal 314 305 150 0 3 61 24 70 62 74
Binary 11001100 11000101 1101000 0 11 110001 10100 111000 110010 111100

Color Harmonies of #CCC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC568

Black with #CCC568

Text Example


Text Example

White with #CCC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC568; }

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

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

background-color css

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

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

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

border-color css

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

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

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