Html Css Color HEX #CCC057 Tacha

📋 copy color: '#CCC057'

red 204 ◦ green 192 ◦ blue 87

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

Shades of Tacha #CCC057

Tints of Tacha #CCC057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.01%

R = 42.24%
G = 39.75%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCC057 (or 0xCCC057) is known color: Tacha. HEX triplet: CC, C0 and 57. RGB value is (204,192,87). Sum of RGB (Red+Green+Blue) = 204+192+87=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC057 is #333FA8. Grayscale: #B8B8B8. Windows color (decimal): -3358633 or 5750988. OLE color: 5750988.

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

Color convert

RGB 204 192 87 -
CMYK 0 0.06 0.57 0.2
HSL 53.85º 0.53% 0.57% -
HSV(B) 53.85º 0.57% 0.8% -
XYZ 45.47 51.22 16.51 -
YUV 183.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 204 192 87 0 0.06 0.57 0.2 53.85 0.53 0.57
Hex CC C0 57 0 6 39 14 36 35 39
Octal 314 300 127 0 6 71 24 66 65 71
Binary 11001100 11000000 1010111 0 110 111001 10100 110110 110101 111001

Color Harmonies of #CCC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC057

Black with #CCC057

Text Example


Text Example

White with #CCC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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