Html Css Color HEX #C27635 Meteor

📋 copy color: '#C27635'

red 194 ◦ green 118 ◦ blue 53

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

Shades of Meteor #C27635

Tints of Meteor #C27635

RGB

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

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

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

R = 53.15%
G = 32.33%
B = 14.52%

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

#C27635 (or 0xC27635) is known color: Meteor. HEX triplet: C2, 76 and 35. RGB value is (194,118,53). Sum of RGB (Red+Green+Blue) = 194+118+53=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C27635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27635 is #3D89CA. Grayscale: #858585. Windows color (decimal): -4032971 or 3503810. OLE color: 3503810.

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

Color convert

RGB 194 118 53 -
CMYK 0 0.39 0.73 0.24
HSL 27.66º 0.57% 0.48% -
HSV(B) 27.66º 0.73% 0.76% -
XYZ 29.37 24.68 6.58 -
YUV 133.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 194 118 53 0 0.39 0.73 0.24 27.66 0.57 0.48
Hex C2 76 35 0 27 49 18 1C 39 30
Octal 302 166 65 0 47 111 30 34 71 60
Binary 11000010 1110110 110101 0 100111 1001001 11000 11100 111001 110000

Color Harmonies of #C27635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27635

Black with #C27635

Text Example


Text Example

White with #C27635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27635; }

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

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

background-color css

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

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

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

border-color css

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

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

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