Html Css Color HEX #CCC155 Tacha

📋 copy color: '#CCC155'

red 204 ◦ green 193 ◦ blue 85

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

Shades of Tacha #CCC155

Tints of Tacha #CCC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

 BLUE value IS 85 (33.59% from 255) = 17.63%

R = 42.32%
G = 40.04%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC155 (or 0xCCC155) is known color: Tacha. HEX triplet: CC, C1 and 55. RGB value is (204,193,85). Sum of RGB (Red+Green+Blue) = 204+193+85=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC155 is #333EAA. Grayscale: #B8B8B8. Windows color (decimal): -3358379 or 5620172. OLE color: 5620172.

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

Color convert

RGB 204 193 85 -
CMYK 0 0.05 0.58 0.2
HSL 54.45º 0.54% 0.57% -
HSV(B) 54.45º 0.58% 0.8% -
XYZ 45.61 51.63 16.16 -
YUV 183.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 204 193 85 0 0.05 0.58 0.2 54.45 0.54 0.57
Hex CC C1 55 0 5 3A 14 36 36 39
Octal 314 301 125 0 5 72 24 66 66 71
Binary 11001100 11000001 1010101 0 101 111010 10100 110110 110110 111001

Color Harmonies of #CCC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC155

Black with #CCC155

Text Example


Text Example

White with #CCC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC155; }

 p { color: rgb(204,193,85); }

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

background-color css

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

 a { background-color: rgb(204,193,85); }

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

border-color css

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

 span { border-color: rgb(204,193,85); }

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