Html Css Color HEX #CCC35F Tacha

📋 copy color: '#CCC35F'

red 204 ◦ green 195 ◦ blue 95

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

Shades of Tacha #CCC35F

Tints of Tacha #CCC35F

RGB

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

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

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

R = 41.3%
G = 39.47%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC35F (or 0xCCC35F) is known color: Tacha. HEX triplet: CC, C3 and 5F. RGB value is (204,195,95). Sum of RGB (Red+Green+Blue) = 204+195+95=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35F is #333CA0. Grayscale: #BABABA. Windows color (decimal): -3357857 or 6276044. OLE color: 6276044.

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

Color convert

RGB 204 195 95 -
CMYK 0 0.04 0.53 0.2
HSL 55.05º 0.52% 0.59% -
HSV(B) 55.05º 0.53% 0.8% -
XYZ 46.48 52.69 18.55 -
YUV 186.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 204 195 95 0 0.04 0.53 0.2 55.05 0.52 0.59
Hex CC C3 5F 0 4 35 14 37 34 3B
Octal 314 303 137 0 4 65 24 67 64 73
Binary 11001100 11000011 1011111 0 100 110101 10100 110111 110100 111011

Color Harmonies of #CCC35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC35F

Black with #CCC35F

Text Example


Text Example

White with #CCC35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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