Html Css Color HEX #CCC158 Tacha

📋 copy color: '#CCC158'

red 204 ◦ green 193 ◦ blue 88

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

Shades of Tacha #CCC158

Tints of Tacha #CCC158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

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

R = 42.06%
G = 39.79%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC158 (or 0xCCC158) is known color: Tacha. HEX triplet: CC, C1 and 58. RGB value is (204,193,88). Sum of RGB (Red+Green+Blue) = 204+193+88=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC158 is #333EA7. Grayscale: #B8B8B8. Windows color (decimal): -3358376 or 5816780. OLE color: 5816780.

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

Color convert

RGB 204 193 88 -
CMYK 0 0.05 0.57 0.2
HSL 54.31º 0.53% 0.57% -
HSV(B) 54.31º 0.57% 0.8% -
XYZ 45.73 51.68 16.8 -
YUV 184.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 204 193 88 0 0.05 0.57 0.2 54.31 0.53 0.57
Hex CC C1 58 0 5 39 14 36 35 39
Octal 314 301 130 0 5 71 24 66 65 71
Binary 11001100 11000001 1011000 0 101 111001 10100 110110 110101 111001

Color Harmonies of #CCC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC158

Black with #CCC158

Text Example


Text Example

White with #CCC158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC158; }

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

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

background-color css

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

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

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

border-color css

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

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

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