Html Css Color HEX #C27935 Meteor

📋 copy color: '#C27935'

red 194 ◦ green 121 ◦ blue 53

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

Shades of Meteor #C27935

Tints of Meteor #C27935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

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

R = 52.72%
G = 32.88%
B = 14.4%

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

#C27935 (or 0xC27935) is known color: Meteor. HEX triplet: C2, 79 and 35. RGB value is (194,121,53). Sum of RGB (Red+Green+Blue) = 194+121+53=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C27935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27935 is #3D86CA. Grayscale: #878787. Windows color (decimal): -4032203 or 3504578. OLE color: 3504578.

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

Color convert

RGB 194 121 53 -
CMYK 0 0.38 0.73 0.24
HSL 28.94º 0.57% 0.48% -
HSV(B) 28.94º 0.73% 0.76% -
XYZ 29.73 25.4 6.7 -
YUV 135.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 194 121 53 0 0.38 0.73 0.24 28.94 0.57 0.48
Hex C2 79 35 0 26 49 18 1D 39 30
Octal 302 171 65 0 46 111 30 35 71 60
Binary 11000010 1111001 110101 0 100110 1001001 11000 11101 111001 110000

Color Harmonies of #C27935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27935

Black with #C27935

Text Example


Text Example

White with #C27935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27935; }

 p { color: rgb(194,121,53); }

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

background-color css

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

 a { background-color: rgb(194,121,53); }

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

border-color css

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

 span { border-color: rgb(194,121,53); }

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