Html Css Color HEX #CCC05D Tacha

📋 copy color: '#CCC05D'

red 204 ◦ green 192 ◦ blue 93

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

Shades of Tacha #CCC05D

Tints of Tacha #CCC05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 41.72%
G = 39.26%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC05D (or 0xCCC05D) is known color: Tacha. HEX triplet: CC, C0 and 5D. RGB value is (204,192,93). Sum of RGB (Red+Green+Blue) = 204+192+93=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC05D is #333FA2. Grayscale: #B8B8B8. Windows color (decimal): -3358627 or 6144204. OLE color: 6144204.

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

Color convert

RGB 204 192 93 -
CMYK 0 0.06 0.54 0.2
HSL 53.51º 0.52% 0.58% -
HSV(B) 53.51º 0.54% 0.8% -
XYZ 45.73 51.33 17.85 -
YUV 184.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 204 192 93 0 0.06 0.54 0.2 53.51 0.52 0.58
Hex CC C0 5D 0 6 36 14 36 34 3A
Octal 314 300 135 0 6 66 24 66 64 72
Binary 11001100 11000000 1011101 0 110 110110 10100 110110 110100 111010

Color Harmonies of #CCC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC05D

Black with #CCC05D

Text Example


Text Example

White with #CCC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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