Html Css Color HEX #C2772F Meteor

📋 copy color: '#C2772F'

red 194 ◦ green 119 ◦ blue 47

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

Shades of Meteor #C2772F

Tints of Meteor #C2772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 53.89%
G = 33.06%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2772F (or 0xC2772F) is known color: Meteor. HEX triplet: C2, 77 and 2F. RGB value is (194,119,47). Sum of RGB (Red+Green+Blue) = 194+119+47=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2772F is #3D88D0. Grayscale: #858585. Windows color (decimal): -4032721 or 3110850. OLE color: 3110850.

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

Color convert

RGB 194 119 47 -
CMYK 0 0.39 0.76 0.24
HSL 29.39º 0.61% 0.47% -
HSV(B) 29.39º 0.76% 0.76% -
XYZ 29.36 24.87 5.94 -
YUV 133.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 194 119 47 0 0.39 0.76 0.24 29.39 0.61 0.47
Hex C2 77 2F 0 27 4C 18 1D 3D 2F
Octal 302 167 57 0 47 114 30 35 75 57
Binary 11000010 1110111 101111 0 100111 1001100 11000 11101 111101 101111

Color Harmonies of #C2772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2772F

Black with #C2772F

Text Example


Text Example

White with #C2772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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