Html Css Color HEX #C16F30 Meteor

📋 copy color: '#C16F30'

red 193 ◦ green 111 ◦ blue 48

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

Shades of Meteor #C16F30

Tints of Meteor #C16F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 54.83%
G = 31.53%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C16F30 (or 0xC16F30) is known color: Meteor. HEX triplet: C1, 6F and 30. RGB value is (193,111,48). Sum of RGB (Red+Green+Blue) = 193+111+48=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F30 is #3E90CF. Grayscale: #808080. Windows color (decimal): -4100304 or 3174337. OLE color: 3174337.

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

Color convert

RGB 193 111 48 -
CMYK 0 0.42 0.75 0.24
HSL 26.07º 0.6% 0.47% -
HSV(B) 26.07º 0.75% 0.76% -
XYZ 28.21 22.92 5.73 -
YUV 128.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 193 111 48 0 0.42 0.75 0.24 26.07 0.6 0.47
Hex C1 6F 30 0 2A 4B 18 1A 3C 2F
Octal 301 157 60 0 52 113 30 32 74 57
Binary 11000001 1101111 110000 0 101010 1001011 11000 11010 111100 101111

Color Harmonies of #C16F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F30

Black with #C16F30

Text Example


Text Example

White with #C16F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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