Html Css Color HEX #CCC353 Tacha

📋 copy color: '#CCC353'

red 204 ◦ green 195 ◦ blue 83

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

Shades of Tacha #CCC353

Tints of Tacha #CCC353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.22%

R = 42.32%
G = 40.46%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCC353 (or 0xCCC353) is known color: Tacha. HEX triplet: CC, C3 and 53. RGB value is (204,195,83). Sum of RGB (Red+Green+Blue) = 204+195+83=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC353 is #333CAC. Grayscale: #B9B9B9. Windows color (decimal): -3357869 or 5489612. OLE color: 5489612.

HSL color Cylindrical-coordinate representation of color #CCC353: hue angle of 55.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC353 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 83 -
CMYK 0 0.04 0.59 0.2
HSL 55.54º 0.54% 0.56% -
HSV(B) 55.54º 0.59% 0.8% -
XYZ 45.98 52.49 15.89 -
YUV 184.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 204 195 83 0 0.04 0.59 0.2 55.54 0.54 0.56
Hex CC C3 53 0 4 3B 14 38 36 38
Octal 314 303 123 0 4 73 24 70 66 70
Binary 11001100 11000011 1010011 0 100 111011 10100 111000 110110 111000

Color Harmonies of #CCC353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC353

Black with #CCC353

Text Example


Text Example

White with #CCC353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC353; }

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

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

background-color css

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

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

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

border-color css

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

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

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