Html Css Color HEX #CCC35C Tacha

📋 copy color: '#CCC35C'

red 204 ◦ green 195 ◦ blue 92

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

Shades of Tacha #CCC35C

Tints of Tacha #CCC35C

RGB

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

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

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

R = 41.55%
G = 39.71%
B = 18.74%

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

#CCC35C (or 0xCCC35C) is known color: Tacha. HEX triplet: CC, C3 and 5C. RGB value is (204,195,92). Sum of RGB (Red+Green+Blue) = 204+195+92=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35C is #333CA3. Grayscale: #BABABA. Windows color (decimal): -3357860 or 6079436. OLE color: 6079436.

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

Color convert

RGB 204 195 92 -
CMYK 0 0.04 0.55 0.2
HSL 55.18º 0.52% 0.58% -
HSV(B) 55.18º 0.55% 0.8% -
XYZ 46.35 52.64 17.84 -
YUV 185.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 204 195 92 0 0.04 0.55 0.2 55.18 0.52 0.58
Hex CC C3 5C 0 4 37 14 37 34 3A
Octal 314 303 134 0 4 67 24 67 64 72
Binary 11001100 11000011 1011100 0 100 110111 10100 110111 110100 111010

Color Harmonies of #CCC35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC35C

Black with #CCC35C

Text Example


Text Example

White with #CCC35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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