Html Css Color HEX #CCC358 Tacha

📋 copy color: '#CCC358'

red 204 ◦ green 195 ◦ blue 88

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

Shades of Tacha #CCC358

Tints of Tacha #CCC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 41.89%
G = 40.04%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC358 (or 0xCCC358) is known color: Tacha. HEX triplet: CC, C3 and 58. RGB value is (204,195,88). Sum of RGB (Red+Green+Blue) = 204+195+88=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC358 is #333CA7. Grayscale: #B9B9B9. Windows color (decimal): -3357864 or 5817292. OLE color: 5817292.

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

Color convert

RGB 204 195 88 -
CMYK 0 0.04 0.57 0.2
HSL 55.34º 0.53% 0.57% -
HSV(B) 55.34º 0.57% 0.8% -
XYZ 46.18 52.57 16.95 -
YUV 185.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 204 195 88 0 0.04 0.57 0.2 55.34 0.53 0.57
Hex CC C3 58 0 4 39 14 37 35 39
Octal 314 303 130 0 4 71 24 67 65 71
Binary 11001100 11000011 1011000 0 100 111001 10100 110111 110101 111001

Color Harmonies of #CCC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC358

Black with #CCC358

Text Example


Text Example

White with #CCC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC358; }

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

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

background-color css

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

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

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

border-color css

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

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

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