Html Css Color HEX #CCC058 Tacha

📋 copy color: '#CCC058'

red 204 ◦ green 192 ◦ blue 88

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

Shades of Tacha #CCC058

Tints of Tacha #CCC058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.18%

R = 42.15%
G = 39.67%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC058 (or 0xCCC058) is known color: Tacha. HEX triplet: CC, C0 and 58. RGB value is (204,192,88). Sum of RGB (Red+Green+Blue) = 204+192+88=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC058 is #333FA7. Grayscale: #B8B8B8. Windows color (decimal): -3358632 or 5816524. OLE color: 5816524.

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

Color convert

RGB 204 192 88 -
CMYK 0 0.06 0.57 0.2
HSL 53.79º 0.53% 0.57% -
HSV(B) 53.79º 0.57% 0.8% -
XYZ 45.51 51.24 16.72 -
YUV 183.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 204 192 88 0 0.06 0.57 0.2 53.79 0.53 0.57
Hex CC C0 58 0 6 39 14 36 35 39
Octal 314 300 130 0 6 71 24 66 65 71
Binary 11001100 11000000 1011000 0 110 111001 10100 110110 110101 111001

Color Harmonies of #CCC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC058

Black with #CCC058

Text Example


Text Example

White with #CCC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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