Html Css Color HEX #C7712D Meteor

📋 copy color: '#C7712D'

red 199 ◦ green 113 ◦ blue 45

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

Shades of Meteor #C7712D

Tints of Meteor #C7712D

RGB

 RED value IS 199 (78.13% from 255) = 55.74%

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 55.74%
G = 31.65%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7712D (or 0xC7712D) is known color: Meteor. HEX triplet: C7, 71 and 2D. RGB value is (199,113,45). Sum of RGB (Red+Green+Blue) = 199+113+45=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7712D is #388ED2. Grayscale: #838383. Windows color (decimal): -3706579 or 2978247. OLE color: 2978247.

HSL color Cylindrical-coordinate representation of color #C7712D: hue angle of 26.49º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7712D is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 45 -
CMYK 0 0.43 0.77 0.22
HSL 26.49º 0.63% 0.48% -
HSV(B) 26.49º 0.77% 0.78% -
XYZ 29.93 24.14 5.56 -
YUV 130.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 199 113 45 0 0.43 0.77 0.22 26.49 0.63 0.48
Hex C7 71 2D 0 2B 4D 16 1A 3F 30
Octal 307 161 55 0 53 115 26 32 77 60
Binary 11000111 1110001 101101 0 101011 1001101 10110 11010 111111 110000

Color Harmonies of #C7712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7712D

Black with #C7712D

Text Example


Text Example

White with #C7712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7712D; }

 p { color: rgb(199,113,45); }

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

background-color css

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

 a { background-color: rgb(199,113,45); }

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

border-color css

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

 span { border-color: rgb(199,113,45); }

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