Html Css Color HEX #CCC468 Tacha

📋 copy color: '#CCC468'

red 204 ◦ green 196 ◦ blue 104

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

Shades of Tacha #CCC468

Tints of Tacha #CCC468

RGB

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

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

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

R = 40.48%
G = 38.89%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC468 (or 0xCCC468) is known color: Tacha. HEX triplet: CC, C4 and 68. RGB value is (204,196,104). Sum of RGB (Red+Green+Blue) = 204+196+104=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC468 is #333B97. Grayscale: #BCBCBC. Windows color (decimal): -3357592 or 6866124. OLE color: 6866124.

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

Color convert

RGB 204 196 104 -
CMYK 0 0.04 0.49 0.2
HSL 55.2º 0.5% 0.6% -
HSV(B) 55.2º 0.49% 0.8% -
XYZ 47.14 53.32 20.9 -
YUV 187.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 204 196 104 0 0.04 0.49 0.2 55.2 0.5 0.6
Hex CC C4 68 0 4 31 14 37 32 3C
Octal 314 304 150 0 4 61 24 67 62 74
Binary 11001100 11000100 1101000 0 100 110001 10100 110111 110010 111100

Color Harmonies of #CCC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC468

Black with #CCC468

Text Example


Text Example

White with #CCC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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