Html Css Color HEX #C17730 Meteor

📋 copy color: '#C17730'

red 193 ◦ green 119 ◦ blue 48

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

Shades of Meteor #C17730

Tints of Meteor #C17730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 53.61%
G = 33.06%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17730 (or 0xC17730) is known color: Meteor. HEX triplet: C1, 77 and 30. RGB value is (193,119,48). Sum of RGB (Red+Green+Blue) = 193+119+48=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C17730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17730 is #3E88CF. Grayscale: #858585. Windows color (decimal): -4098256 or 3176385. OLE color: 3176385.

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

Color convert

RGB 193 119 48 -
CMYK 0 0.38 0.75 0.24
HSL 29.38º 0.6% 0.47% -
HSV(B) 29.38º 0.75% 0.76% -
XYZ 29.12 24.74 6.04 -
YUV 133.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 193 119 48 0 0.38 0.75 0.24 29.38 0.6 0.47
Hex C1 77 30 0 26 4B 18 1D 3C 2F
Octal 301 167 60 0 46 113 30 35 74 57
Binary 11000001 1110111 110000 0 100110 1001011 11000 11101 111100 101111

Color Harmonies of #C17730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17730

Black with #C17730

Text Example


Text Example

White with #C17730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17730; }

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

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

background-color css

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

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

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

border-color css

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

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

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