Html Css Color HEX #CCC65B Tacha

📋 copy color: '#CCC65B'

red 204 ◦ green 198 ◦ blue 91

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

Shades of Tacha #CCC65B

Tints of Tacha #CCC65B

RGB

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

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

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

R = 41.38%
G = 40.16%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCC65B (or 0xCCC65B) is known color: Tacha. HEX triplet: CC, C6 and 5B. RGB value is (204,198,91). Sum of RGB (Red+Green+Blue) = 204+198+91=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65B is #3339A4. Grayscale: #BCBCBC. Windows color (decimal): -3357093 or 6014668. OLE color: 6014668.

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

Color convert

RGB 204 198 91 -
CMYK 0 0.03 0.55 0.2
HSL 56.81º 0.53% 0.58% -
HSV(B) 56.81º 0.55% 0.8% -
XYZ 46.98 53.98 17.84 -
YUV 187.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 204 198 91 0 0.03 0.55 0.2 56.81 0.53 0.58
Hex CC C6 5B 0 3 37 14 39 35 3A
Octal 314 306 133 0 3 67 24 71 65 72
Binary 11001100 11000110 1011011 0 11 110111 10100 111001 110101 111010

Color Harmonies of #CCC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC65B

Black with #CCC65B

Text Example


Text Example

White with #CCC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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