Html Css Color HEX #C17834 Meteor

📋 copy color: '#C17834'

red 193 ◦ green 120 ◦ blue 52

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

Shades of Meteor #C17834

Tints of Meteor #C17834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 52.88%
G = 32.88%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17834 (or 0xC17834) is known color: Meteor. HEX triplet: C1, 78 and 34. RGB value is (193,120,52). Sum of RGB (Red+Green+Blue) = 193+120+52=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C17834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17834 is #3E87CB. Grayscale: #868686. Windows color (decimal): -4097996 or 3438785. OLE color: 3438785.

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

Color convert

RGB 193 120 52 -
CMYK 0 0.38 0.73 0.24
HSL 28.94º 0.58% 0.48% -
HSV(B) 28.94º 0.73% 0.76% -
XYZ 29.33 25.02 6.53 -
YUV 134.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 193 120 52 0 0.38 0.73 0.24 28.94 0.58 0.48
Hex C1 78 34 0 26 49 18 1D 3A 30
Octal 301 170 64 0 46 111 30 35 72 60
Binary 11000001 1111000 110100 0 100110 1001001 11000 11101 111010 110000

Color Harmonies of #C17834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17834

Black with #C17834

Text Example


Text Example

White with #C17834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17834; }

 p { color: rgb(193,120,52); }

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

background-color css

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

 a { background-color: rgb(193,120,52); }

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

border-color css

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

 span { border-color: rgb(193,120,52); }

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