Html Css Color HEX #C17635 Meteor

📋 copy color: '#C17635'

red 193 ◦ green 118 ◦ blue 53

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

Shades of Meteor #C17635

Tints of Meteor #C17635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

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

R = 53.02%
G = 32.42%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17635 (or 0xC17635) is known color: Meteor. HEX triplet: C1, 76 and 35. RGB value is (193,118,53). Sum of RGB (Red+Green+Blue) = 193+118+53=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C17635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17635 is #3E89CA. Grayscale: #858585. Windows color (decimal): -4098507 or 3503809. OLE color: 3503809.

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

Color convert

RGB 193 118 53 -
CMYK 0 0.39 0.73 0.24
HSL 27.86º 0.57% 0.48% -
HSV(B) 27.86º 0.73% 0.76% -
XYZ 29.11 24.55 6.57 -
YUV 133.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 193 118 53 0 0.39 0.73 0.24 27.86 0.57 0.48
Hex C1 76 35 0 27 49 18 1C 39 30
Octal 301 166 65 0 47 111 30 34 71 60
Binary 11000001 1110110 110101 0 100111 1001001 11000 11100 111001 110000

Color Harmonies of #C17635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17635

Black with #C17635

Text Example


Text Example

White with #C17635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17635; }

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

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

background-color css

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

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

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

border-color css

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

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

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