Html Css Color HEX #C17630 Meteor

📋 copy color: '#C17630'

red 193 ◦ green 118 ◦ blue 48

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

Shades of Meteor #C17630

Tints of Meteor #C17630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 53.76%
G = 32.87%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17630 (or 0xC17630) is known color: Meteor. HEX triplet: C1, 76 and 30. RGB value is (193,118,48). Sum of RGB (Red+Green+Blue) = 193+118+48=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17630 is #3E89CF. Grayscale: #848484. Windows color (decimal): -4098512 or 3176129. OLE color: 3176129.

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

Color convert

RGB 193 118 48 -
CMYK 0 0.39 0.75 0.24
HSL 28.97º 0.6% 0.47% -
HSV(B) 28.97º 0.75% 0.76% -
XYZ 29 24.51 6 -
YUV 132.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 193 118 48 0 0.39 0.75 0.24 28.97 0.6 0.47
Hex C1 76 30 0 27 4B 18 1D 3C 2F
Octal 301 166 60 0 47 113 30 35 74 57
Binary 11000001 1110110 110000 0 100111 1001011 11000 11101 111100 101111

Color Harmonies of #C17630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17630

Black with #C17630

Text Example


Text Example

White with #C17630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17630; }

 p { color: rgb(193,118,48); }

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

background-color css

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

 a { background-color: rgb(193,118,48); }

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

border-color css

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

 span { border-color: rgb(193,118,48); }

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