Html Css Color HEX #C17330 Meteor

📋 copy color: '#C17330'

red 193 ◦ green 115 ◦ blue 48

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

Shades of Meteor #C17330

Tints of Meteor #C17330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 54.21%
G = 32.3%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17330 (or 0xC17330) is known color: Meteor. HEX triplet: C1, 73 and 30. RGB value is (193,115,48). Sum of RGB (Red+Green+Blue) = 193+115+48=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C17330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17330 is #3E8CCF. Grayscale: #838383. Windows color (decimal): -4099280 or 3175361. OLE color: 3175361.

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

Color convert

RGB 193 115 48 -
CMYK 0 0.40 0.75 0.24
HSL 27.72º 0.6% 0.47% -
HSV(B) 27.72º 0.75% 0.76% -
XYZ 28.66 23.81 5.88 -
YUV 130.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 193 115 48 0 0.40 0.75 0.24 27.72 0.6 0.47
Hex C1 73 30 0 28 4B 18 1C 3C 2F
Octal 301 163 60 0 50 113 30 34 74 57
Binary 11000001 1110011 110000 0 101000 1001011 11000 11100 111100 101111

Color Harmonies of #C17330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17330

Black with #C17330

Text Example


Text Example

White with #C17330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17330; }

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

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

background-color css

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

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

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

border-color css

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

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

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