Html Css Color HEX #CCC15F Tacha

📋 copy color: '#CCC15F'

red 204 ◦ green 193 ◦ blue 95

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

Shades of Tacha #CCC15F

Tints of Tacha #CCC15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.31%

R = 41.46%
G = 39.23%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC15F (or 0xCCC15F) is known color: Tacha. HEX triplet: CC, C1 and 5F. RGB value is (204,193,95). Sum of RGB (Red+Green+Blue) = 204+193+95=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15F is #333EA0. Grayscale: #B9B9B9. Windows color (decimal): -3358369 or 6275532. OLE color: 6275532.

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

Color convert

RGB 204 193 95 -
CMYK 0 0.05 0.53 0.2
HSL 53.94º 0.52% 0.59% -
HSV(B) 53.94º 0.53% 0.8% -
XYZ 46.04 51.8 18.4 -
YUV 185.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 204 193 95 0 0.05 0.53 0.2 53.94 0.52 0.59
Hex CC C1 5F 0 5 35 14 36 34 3B
Octal 314 301 137 0 5 65 24 66 64 73
Binary 11001100 11000001 1011111 0 101 110101 10100 110110 110100 111011

Color Harmonies of #CCC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC15F

Black with #CCC15F

Text Example


Text Example

White with #CCC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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