Html Css Color HEX #CCC053 Tacha

📋 copy color: '#CCC053'

red 204 ◦ green 192 ◦ blue 83

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

Shades of Tacha #CCC053

Tints of Tacha #CCC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 42.59%
G = 40.08%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCC053 (or 0xCCC053) is known color: Tacha. HEX triplet: CC, C0 and 53. RGB value is (204,192,83). Sum of RGB (Red+Green+Blue) = 204+192+83=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC053 is #333FAC. Grayscale: #B7B7B7. Windows color (decimal): -3358637 or 5488844. OLE color: 5488844.

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

Color convert

RGB 204 192 83 -
CMYK 0 0.06 0.59 0.2
HSL 54.05º 0.54% 0.56% -
HSV(B) 54.05º 0.59% 0.8% -
XYZ 45.31 51.16 15.67 -
YUV 183.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 204 192 83 0 0.06 0.59 0.2 54.05 0.54 0.56
Hex CC C0 53 0 6 3B 14 36 36 38
Octal 314 300 123 0 6 73 24 66 66 70
Binary 11001100 11000000 1010011 0 110 111011 10100 110110 110110 111000

Color Harmonies of #CCC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC053

Black with #CCC053

Text Example


Text Example

White with #CCC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC053; }

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

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

background-color css

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

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

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

border-color css

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

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

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