Html Css Color HEX #C2772D Meteor

📋 copy color: '#C2772D'

red 194 ◦ green 119 ◦ blue 45

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

Shades of Meteor #C2772D

Tints of Meteor #C2772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 54.19%
G = 33.24%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2772D (or 0xC2772D) is known color: Meteor. HEX triplet: C2, 77 and 2D. RGB value is (194,119,45). Sum of RGB (Red+Green+Blue) = 194+119+45=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2772D is #3D88D2. Grayscale: #858585. Windows color (decimal): -4032723 or 2979778. OLE color: 2979778.

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

Color convert

RGB 194 119 45 -
CMYK 0 0.39 0.77 0.24
HSL 29.8º 0.62% 0.47% -
HSV(B) 29.8º 0.77% 0.76% -
XYZ 29.32 24.85 5.73 -
YUV 132.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 194 119 45 0 0.39 0.77 0.24 29.8 0.62 0.47
Hex C2 77 2D 0 27 4D 18 1E 3E 2F
Octal 302 167 55 0 47 115 30 36 76 57
Binary 11000010 1110111 101101 0 100111 1001101 11000 11110 111110 101111

Color Harmonies of #C2772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2772D

Black with #C2772D

Text Example


Text Example

White with #C2772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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