Html Css Color HEX #C17835 Meteor

📋 copy color: '#C17835'

red 193 ◦ green 120 ◦ blue 53

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

Shades of Meteor #C17835

Tints of Meteor #C17835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 52.73%
G = 32.79%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17835 (or 0xC17835) is known color: Meteor. HEX triplet: C1, 78 and 35. RGB value is (193,120,53). Sum of RGB (Red+Green+Blue) = 193+120+53=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C17835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17835 is #3E87CA. Grayscale: #868686. Windows color (decimal): -4097995 or 3504321. OLE color: 3504321.

HSL color Cylindrical-coordinate representation of color #C17835: hue angle of 28.71º 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 #C17835 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 53 -
CMYK 0 0.38 0.73 0.24
HSL 28.71º 0.57% 0.48% -
HSV(B) 28.71º 0.73% 0.76% -
XYZ 29.35 25.03 6.65 -
YUV 134.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 193 120 53 0 0.38 0.73 0.24 28.71 0.57 0.48
Hex C1 78 35 0 26 49 18 1D 39 30
Octal 301 170 65 0 46 111 30 35 71 60
Binary 11000001 1111000 110101 0 100110 1001001 11000 11101 111001 110000

Color Harmonies of #C17835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17835

Black with #C17835

Text Example


Text Example

White with #C17835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17835; }

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

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

background-color css

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

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

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

border-color css

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

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

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