Html Css Color HEX #CCC15A Tacha

📋 copy color: '#CCC15A'

red 204 ◦ green 193 ◦ blue 90

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

Shades of Tacha #CCC15A

Tints of Tacha #CCC15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 41.89%
G = 39.63%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCC15A (or 0xCCC15A) is known color: Tacha. HEX triplet: CC, C1 and 5A. RGB value is (204,193,90). Sum of RGB (Red+Green+Blue) = 204+193+90=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15A is #333EA5. Grayscale: #B8B8B8. Windows color (decimal): -3358374 or 5947852. OLE color: 5947852.

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

Color convert

RGB 204 193 90 -
CMYK 0 0.05 0.56 0.2
HSL 54.21º 0.53% 0.58% -
HSV(B) 54.21º 0.56% 0.8% -
XYZ 45.82 51.72 17.24 -
YUV 184.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 204 193 90 0 0.05 0.56 0.2 54.21 0.53 0.58
Hex CC C1 5A 0 5 38 14 36 35 3A
Octal 314 301 132 0 5 70 24 66 65 72
Binary 11001100 11000001 1011010 0 101 111000 10100 110110 110101 111010

Color Harmonies of #CCC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC15A

Black with #CCC15A

Text Example


Text Example

White with #CCC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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