Html Css Color HEX #C27634 Meteor

📋 copy color: '#C27634'

red 194 ◦ green 118 ◦ blue 52

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

Shades of Meteor #C27634

Tints of Meteor #C27634

RGB

 RED value IS 194 (76.17% from 255) = 53.3%

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

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

R = 53.3%
G = 32.42%
B = 14.29%

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

#C27634 (or 0xC27634) is known color: Meteor. HEX triplet: C2, 76 and 34. RGB value is (194,118,52). Sum of RGB (Red+Green+Blue) = 194+118+52=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C27634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27634 is #3D89CB. Grayscale: #858585. Windows color (decimal): -4032972 or 3438274. OLE color: 3438274.

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

Color convert

RGB 194 118 52 -
CMYK 0 0.39 0.73 0.24
HSL 27.89º 0.58% 0.48% -
HSV(B) 27.89º 0.73% 0.76% -
XYZ 29.35 24.67 6.46 -
YUV 133.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 194 118 52 0 0.39 0.73 0.24 27.89 0.58 0.48
Hex C2 76 34 0 27 49 18 1C 3A 30
Octal 302 166 64 0 47 111 30 34 72 60
Binary 11000010 1110110 110100 0 100111 1001001 11000 11100 111010 110000

Color Harmonies of #C27634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27634

Black with #C27634

Text Example


Text Example

White with #C27634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27634; }

 p { color: rgb(194,118,52); }

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

background-color css

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

 a { background-color: rgb(194,118,52); }

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

border-color css

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

 span { border-color: rgb(194,118,52); }

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