Html Css Color HEX #CCC15B Tacha

📋 copy color: '#CCC15B'

red 204 ◦ green 193 ◦ blue 91

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

Shades of Tacha #CCC15B

Tints of Tacha #CCC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.65%

R = 41.8%
G = 39.55%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCC15B (or 0xCCC15B) is known color: Tacha. HEX triplet: CC, C1 and 5B. RGB value is (204,193,91). Sum of RGB (Red+Green+Blue) = 204+193+91=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15B is #333EA4. Grayscale: #B9B9B9. Windows color (decimal): -3358373 or 6013388. OLE color: 6013388.

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

Color convert

RGB 204 193 91 -
CMYK 0 0.05 0.55 0.2
HSL 54.16º 0.53% 0.58% -
HSV(B) 54.16º 0.55% 0.8% -
XYZ 45.86 51.73 17.47 -
YUV 184.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 204 193 91 0 0.05 0.55 0.2 54.16 0.53 0.58
Hex CC C1 5B 0 5 37 14 36 35 3A
Octal 314 301 133 0 5 67 24 66 65 72
Binary 11001100 11000001 1011011 0 101 110111 10100 110110 110101 111010

Color Harmonies of #CCC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC15B

Black with #CCC15B

Text Example


Text Example

White with #CCC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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