Html Css Color HEX #C3533C Grenadier

📋 copy color: '#C3533C'

red 195 ◦ green 83 ◦ blue 60

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

Shades of Grenadier #C3533C

Tints of Grenadier #C3533C

RGB

 RED value IS 195 (76.56% from 255) = 57.69%

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 57.69%
G = 24.56%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3533C (or 0xC3533C) is known color: Grenadier. HEX triplet: C3, 53 and 3C. RGB value is (195,83,60). Sum of RGB (Red+Green+Blue) = 195+83+60=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3533C is #3CACC3. Grayscale: #727272. Windows color (decimal): -3976388 or 3953603. OLE color: 3953603.

HSL color Cylindrical-coordinate representation of color #C3533C: hue angle of 10.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3533C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 60 -
CMYK 0 0.57 0.69 0.24
HSL 10.22º 0.53% 0.5% -
HSV(B) 10.22º 0.69% 0.76% -
XYZ 26.41 18.11 6.38 -
YUV 113.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 195 83 60 0 0.57 0.69 0.24 10.22 0.53 0.5
Hex C3 53 3C 0 39 45 18 A 35 32
Octal 303 123 74 0 71 105 30 12 65 62
Binary 11000011 1010011 111100 0 111001 1000101 11000 1010 110101 110010

Color Harmonies of #C3533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3533C

Black with #C3533C

Text Example


Text Example

White with #C3533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3533C; }

 p { color: rgb(195,83,60); }

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

background-color css

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

 a { background-color: rgb(195,83,60); }

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

border-color css

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

 span { border-color: rgb(195,83,60); }

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