Html Css Color HEX #C17535 Meteor

📋 copy color: '#C17535'

red 193 ◦ green 117 ◦ blue 53

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

Shades of Meteor #C17535

Tints of Meteor #C17535

RGB

 RED value IS 193 (75.78% from 255) = 53.17%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 53.17%
G = 32.23%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17535 (or 0xC17535) is known color: Meteor. HEX triplet: C1, 75 and 35. RGB value is (193,117,53). Sum of RGB (Red+Green+Blue) = 193+117+53=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C17535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17535 is #3E8ACA. Grayscale: #848484. Windows color (decimal): -4098763 or 3503553. OLE color: 3503553.

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

Color convert

RGB 193 117 53 -
CMYK 0 0.39 0.73 0.24
HSL 27.43º 0.57% 0.48% -
HSV(B) 27.43º 0.73% 0.76% -
XYZ 29 24.32 6.53 -
YUV 132.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 193 117 53 0 0.39 0.73 0.24 27.43 0.57 0.48
Hex C1 75 35 0 27 49 18 1B 39 30
Octal 301 165 65 0 47 111 30 33 71 60
Binary 11000001 1110101 110101 0 100111 1001001 11000 11011 111001 110000

Color Harmonies of #C17535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17535

Black with #C17535

Text Example


Text Example

White with #C17535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17535; }

 p { color: rgb(193,117,53); }

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

background-color css

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

 a { background-color: rgb(193,117,53); }

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

border-color css

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

 span { border-color: rgb(193,117,53); }

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