Html Css Color HEX #CCC15C Tacha

📋 copy color: '#CCC15C'

red 204 ◦ green 193 ◦ blue 92

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

Shades of Tacha #CCC15C

Tints of Tacha #CCC15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.81%

R = 41.72%
G = 39.47%
B = 18.81%

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

#CCC15C (or 0xCCC15C) is known color: Tacha. HEX triplet: CC, C1 and 5C. RGB value is (204,193,92). Sum of RGB (Red+Green+Blue) = 204+193+92=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC15C is #333EA3. Grayscale: #B9B9B9. Windows color (decimal): -3358372 or 6078924. OLE color: 6078924.

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

Color convert

RGB 204 193 92 -
CMYK 0 0.05 0.55 0.2
HSL 54.11º 0.52% 0.58% -
HSV(B) 54.11º 0.55% 0.8% -
XYZ 45.9 51.75 17.69 -
YUV 184.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 204 193 92 0 0.05 0.55 0.2 54.11 0.52 0.58
Hex CC C1 5C 0 5 37 14 36 34 3A
Octal 314 301 134 0 5 67 24 66 64 72
Binary 11001100 11000001 1011100 0 101 110111 10100 110110 110100 111010

Color Harmonies of #CCC15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC15C

Black with #CCC15C

Text Example


Text Example

White with #CCC15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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