Html Css Color HEX #CCC068 Tacha

📋 copy color: '#CCC068'

red 204 ◦ green 192 ◦ blue 104

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

Shades of Tacha #CCC068

Tints of Tacha #CCC068

RGB

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

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

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

R = 40.8%
G = 38.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC068 (or 0xCCC068) is known color: Tacha. HEX triplet: CC, C0 and 68. RGB value is (204,192,104). Sum of RGB (Red+Green+Blue) = 204+192+104=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC068 is #333F97. Grayscale: #B9B9B9. Windows color (decimal): -3358616 or 6865100. OLE color: 6865100.

HSL color Cylindrical-coordinate representation of color #CCC068: hue angle of 52.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 #CCC068 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 104 -
CMYK 0 0.06 0.49 0.2
HSL 52.8º 0.5% 0.6% -
HSV(B) 52.8º 0.49% 0.8% -
XYZ 46.25 51.54 20.61 -
YUV 185.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 204 192 104 0 0.06 0.49 0.2 52.8 0.5 0.6
Hex CC C0 68 0 6 31 14 35 32 3C
Octal 314 300 150 0 6 61 24 65 62 74
Binary 11001100 11000000 1101000 0 110 110001 10100 110101 110010 111100

Color Harmonies of #CCC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC068

Black with #CCC068

Text Example


Text Example

White with #CCC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC068; }

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

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

background-color css

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

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

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

border-color css

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

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

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