Html Css Color HEX #CCC65A Tacha

📋 copy color: '#CCC65A'

red 204 ◦ green 198 ◦ blue 90

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

Shades of Tacha #CCC65A

Tints of Tacha #CCC65A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 41.46%
G = 40.24%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCC65A (or 0xCCC65A) is known color: Tacha. HEX triplet: CC, C6 and 5A. RGB value is (204,198,90). Sum of RGB (Red+Green+Blue) = 204+198+90=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65A is #3339A5. Grayscale: #BBBBBB. Windows color (decimal): -3357094 or 5949132. OLE color: 5949132.

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

Color convert

RGB 204 198 90 -
CMYK 0 0.03 0.56 0.2
HSL 56.84º 0.53% 0.58% -
HSV(B) 56.84º 0.56% 0.8% -
XYZ 46.94 53.96 17.61 -
YUV 187.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 204 198 90 0 0.03 0.56 0.2 56.84 0.53 0.58
Hex CC C6 5A 0 3 38 14 39 35 3A
Octal 314 306 132 0 3 70 24 71 65 72
Binary 11001100 11000110 1011010 0 11 111000 10100 111001 110101 111010

Color Harmonies of #CCC65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC65A

Black with #CCC65A

Text Example


Text Example

White with #CCC65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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