Html Css Color HEX #C27834 Meteor

📋 copy color: '#C27834'

red 194 ◦ green 120 ◦ blue 52

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

Shades of Meteor #C27834

Tints of Meteor #C27834

RGB

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

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

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

R = 53.01%
G = 32.79%
B = 14.21%

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

#C27834 (or 0xC27834) is known color: Meteor. HEX triplet: C2, 78 and 34. RGB value is (194,120,52). Sum of RGB (Red+Green+Blue) = 194+120+52=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C27834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27834 is #3D87CB. Grayscale: #868686. Windows color (decimal): -4032460 or 3438786. OLE color: 3438786.

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

Color convert

RGB 194 120 52 -
CMYK 0 0.38 0.73 0.24
HSL 28.73º 0.58% 0.48% -
HSV(B) 28.73º 0.73% 0.76% -
XYZ 29.58 25.15 6.54 -
YUV 134.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 194 120 52 0 0.38 0.73 0.24 28.73 0.58 0.48
Hex C2 78 34 0 26 49 18 1D 3A 30
Octal 302 170 64 0 46 111 30 35 72 60
Binary 11000010 1111000 110100 0 100110 1001001 11000 11101 111010 110000

Color Harmonies of #C27834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27834

Black with #C27834

Text Example


Text Example

White with #C27834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27834; }

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

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

background-color css

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

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

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

border-color css

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

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

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