Html Css Color HEX #C17735 Meteor

📋 copy color: '#C17735'

red 193 ◦ green 119 ◦ blue 53

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

Shades of Meteor #C17735

Tints of Meteor #C17735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 52.88%
G = 32.6%
B = 14.52%

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

#C17735 (or 0xC17735) is known color: Meteor. HEX triplet: C1, 77 and 35. RGB value is (193,119,53). Sum of RGB (Red+Green+Blue) = 193+119+53=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C17735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17735 is #3E88CA. Grayscale: #858585. Windows color (decimal): -4098251 or 3504065. OLE color: 3504065.

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

Color convert

RGB 193 119 53 -
CMYK 0 0.38 0.73 0.24
HSL 28.29º 0.57% 0.48% -
HSV(B) 28.29º 0.73% 0.76% -
XYZ 29.23 24.79 6.61 -
YUV 133.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 193 119 53 0 0.38 0.73 0.24 28.29 0.57 0.48
Hex C1 77 35 0 26 49 18 1C 39 30
Octal 301 167 65 0 46 111 30 34 71 60
Binary 11000001 1110111 110101 0 100110 1001001 11000 11100 111001 110000

Color Harmonies of #C17735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17735

Black with #C17735

Text Example


Text Example

White with #C17735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17735; }

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

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

background-color css

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

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

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

border-color css

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

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

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