Html Css Color HEX #CCC35B Tacha

📋 copy color: '#CCC35B'

red 204 ◦ green 195 ◦ blue 91

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

Shades of Tacha #CCC35B

Tints of Tacha #CCC35B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

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

R = 41.63%
G = 39.8%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCC35B (or 0xCCC35B) is known color: Tacha. HEX triplet: CC, C3 and 5B. RGB value is (204,195,91). Sum of RGB (Red+Green+Blue) = 204+195+91=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35B is #333CA4. Grayscale: #BABABA. Windows color (decimal): -3357861 or 6013900. OLE color: 6013900.

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

Color convert

RGB 204 195 91 -
CMYK 0 0.04 0.55 0.2
HSL 55.22º 0.53% 0.58% -
HSV(B) 55.22º 0.55% 0.8% -
XYZ 46.31 52.62 17.61 -
YUV 185.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 204 195 91 0 0.04 0.55 0.2 55.22 0.53 0.58
Hex CC C3 5B 0 4 37 14 37 35 3A
Octal 314 303 133 0 4 67 24 67 65 72
Binary 11001100 11000011 1011011 0 100 110111 10100 110111 110101 111010

Color Harmonies of #CCC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC35B

Black with #CCC35B

Text Example


Text Example

White with #CCC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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