Html Css Color HEX #C27736 Meteor

📋 copy color: '#C27736'

red 194 ◦ green 119 ◦ blue 54

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

Shades of Meteor #C27736

Tints of Meteor #C27736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 52.86%
G = 32.43%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C27736 (or 0xC27736) is known color: Meteor. HEX triplet: C2, 77 and 36. RGB value is (194,119,54). Sum of RGB (Red+Green+Blue) = 194+119+54=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C27736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27736 is #3D88C9. Grayscale: #868686. Windows color (decimal): -4032714 or 3569602. OLE color: 3569602.

HSL color Cylindrical-coordinate representation of color #C27736: hue angle of 27.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C27736 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 119 54 -
CMYK 0 0.39 0.72 0.24
HSL 27.86º 0.56% 0.49% -
HSV(B) 27.86º 0.72% 0.76% -
XYZ 29.51 24.93 6.75 -
YUV 134.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 194 119 54 0 0.39 0.72 0.24 27.86 0.56 0.49
Hex C2 77 36 0 27 48 18 1C 38 31
Octal 302 167 66 0 47 110 30 34 70 61
Binary 11000010 1110111 110110 0 100111 1001000 11000 11100 111000 110001

Color Harmonies of #C27736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27736

Black with #C27736

Text Example


Text Example

White with #C27736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27736; }

 p { color: rgb(194,119,54); }

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

background-color css

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

 a { background-color: rgb(194,119,54); }

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

border-color css

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

 span { border-color: rgb(194,119,54); }

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