Html Css Color HEX #C17232 Meteor

📋 copy color: '#C17232'

red 193 ◦ green 114 ◦ blue 50

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

Shades of Meteor #C17232

Tints of Meteor #C17232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 54.06%
G = 31.93%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C17232 (or 0xC17232) is known color: Meteor. HEX triplet: C1, 72 and 32. RGB value is (193,114,50). Sum of RGB (Red+Green+Blue) = 193+114+50=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17232 is #3E8DCD. Grayscale: #828282. Windows color (decimal): -4099534 or 3306177. OLE color: 3306177.

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

Color convert

RGB 193 114 50 -
CMYK 0 0.41 0.74 0.24
HSL 26.85º 0.59% 0.48% -
HSV(B) 26.85º 0.74% 0.76% -
XYZ 28.59 23.6 6.07 -
YUV 130.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 193 114 50 0 0.41 0.74 0.24 26.85 0.59 0.48
Hex C1 72 32 0 29 4A 18 1B 3B 30
Octal 301 162 62 0 51 112 30 33 73 60
Binary 11000001 1110010 110010 0 101001 1001010 11000 11011 111011 110000

Color Harmonies of #C17232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17232

Black with #C17232

Text Example


Text Example

White with #C17232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17232; }

 p { color: rgb(193,114,50); }

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

background-color css

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

 a { background-color: rgb(193,114,50); }

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

border-color css

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

 span { border-color: rgb(193,114,50); }

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