Html Css Color HEX #CCC558 Tacha

📋 copy color: '#CCC558'

red 204 ◦ green 197 ◦ blue 88

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

Shades of Tacha #CCC558

Tints of Tacha #CCC558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

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

R = 41.72%
G = 40.29%
B = 18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC558 (or 0xCCC558) is known color: Tacha. HEX triplet: CC, C5 and 58. RGB value is (204,197,88). Sum of RGB (Red+Green+Blue) = 204+197+88=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC558 is #333AA7. Grayscale: #BBBBBB. Windows color (decimal): -3357352 or 5817804. OLE color: 5817804.

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

Color convert

RGB 204 197 88 -
CMYK 0 0.03 0.57 0.2
HSL 56.38º 0.53% 0.57% -
HSV(B) 56.38º 0.57% 0.8% -
XYZ 46.63 53.47 17.1 -
YUV 186.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 204 197 88 0 0.03 0.57 0.2 56.38 0.53 0.57
Hex CC C5 58 0 3 39 14 38 35 39
Octal 314 305 130 0 3 71 24 70 65 71
Binary 11001100 11000101 1011000 0 11 111001 10100 111000 110101 111001

Color Harmonies of #CCC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC558

Black with #CCC558

Text Example


Text Example

White with #CCC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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