Html Css Color HEX #C17A35 Meteor

📋 copy color: '#C17A35'

red 193 ◦ green 122 ◦ blue 53

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

Shades of Meteor #C17A35

Tints of Meteor #C17A35

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 52.45%
G = 33.15%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17A35 (or 0xC17A35) is known color: Meteor. HEX triplet: C1, 7A and 35. RGB value is (193,122,53). Sum of RGB (Red+Green+Blue) = 193+122+53=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A35 is #3E85CA. Grayscale: #878787. Windows color (decimal): -4097483 or 3504833. OLE color: 3504833.

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

Color convert

RGB 193 122 53 -
CMYK 0 0.37 0.73 0.24
HSL 29.57º 0.57% 0.48% -
HSV(B) 29.57º 0.73% 0.76% -
XYZ 29.59 25.51 6.73 -
YUV 135.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 193 122 53 0 0.37 0.73 0.24 29.57 0.57 0.48
Hex C1 7A 35 0 25 49 18 1E 39 30
Octal 301 172 65 0 45 111 30 36 71 60
Binary 11000001 1111010 110101 0 100101 1001001 11000 11110 111001 110000

Color Harmonies of #C17A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A35

Black with #C17A35

Text Example


Text Example

White with #C17A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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