Html Css Color HEX #CCC056 Tacha

📋 copy color: '#CCC056'

red 204 ◦ green 192 ◦ blue 86

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

Shades of Tacha #CCC056

Tints of Tacha #CCC056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.84%

R = 42.32%
G = 39.83%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC056 (or 0xCCC056) is known color: Tacha. HEX triplet: CC, C0 and 56. RGB value is (204,192,86). Sum of RGB (Red+Green+Blue) = 204+192+86=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC056 is #333FA9. Grayscale: #B7B7B7. Windows color (decimal): -3358634 or 5685452. OLE color: 5685452.

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

Color convert

RGB 204 192 86 -
CMYK 0 0.06 0.58 0.2
HSL 53.9º 0.54% 0.57% -
HSV(B) 53.9º 0.58% 0.8% -
XYZ 45.43 51.21 16.29 -
YUV 183.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 204 192 86 0 0.06 0.58 0.2 53.9 0.54 0.57
Hex CC C0 56 0 6 3A 14 36 36 39
Octal 314 300 126 0 6 72 24 66 66 71
Binary 11001100 11000000 1010110 0 110 111010 10100 110110 110110 111001

Color Harmonies of #CCC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC056

Black with #CCC056

Text Example


Text Example

White with #CCC056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC056; }

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

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

background-color css

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

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

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

border-color css

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

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

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