Html Css Color HEX #CCC458 Tacha

📋 copy color: '#CCC458'

red 204 ◦ green 196 ◦ blue 88

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

Shades of Tacha #CCC458

Tints of Tacha #CCC458

RGB

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

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

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

R = 41.8%
G = 40.16%
B = 18.03%

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

#CCC458 (or 0xCCC458) is known color: Tacha. HEX triplet: CC, C4 and 58. RGB value is (204,196,88). Sum of RGB (Red+Green+Blue) = 204+196+88=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC458 is #333BA7. Grayscale: #BABABA. Windows color (decimal): -3357608 or 5817548. OLE color: 5817548.

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

Color convert

RGB 204 196 88 -
CMYK 0 0.04 0.57 0.2
HSL 55.86º 0.53% 0.57% -
HSV(B) 55.86º 0.57% 0.8% -
XYZ 46.4 53.02 17.02 -
YUV 186.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 204 196 88 0 0.04 0.57 0.2 55.86 0.53 0.57
Hex CC C4 58 0 4 39 14 38 35 39
Octal 314 304 130 0 4 71 24 70 65 71
Binary 11001100 11000100 1011000 0 100 111001 10100 111000 110101 111001

Color Harmonies of #CCC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC458

Black with #CCC458

Text Example


Text Example

White with #CCC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC458; }

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

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

background-color css

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

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

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

border-color css

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

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

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