Html Css Color HEX #C7702C Meteor

📋 copy color: '#C7702C'

red 199 ◦ green 112 ◦ blue 44

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

Shades of Meteor #C7702C

Tints of Meteor #C7702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 56.06%
G = 31.55%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7702C (or 0xC7702C) is known color: Meteor. HEX triplet: C7, 70 and 2C. RGB value is (199,112,44). Sum of RGB (Red+Green+Blue) = 199+112+44=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702C is #388FD3. Grayscale: #828282. Windows color (decimal): -3706836 or 2912455. OLE color: 2912455.

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

Color convert

RGB 199 112 44 -
CMYK 0 0.44 0.78 0.22
HSL 26.32º 0.64% 0.48% -
HSV(B) 26.32º 0.78% 0.78% -
XYZ 29.8 23.91 5.43 -
YUV 130.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 199 112 44 0 0.44 0.78 0.22 26.32 0.64 0.48
Hex C7 70 2C 0 2C 4E 16 1A 40 30
Octal 307 160 54 0 54 116 26 32 100 60
Binary 11000111 1110000 101100 0 101100 1001110 10110 11010 1000000 110000

Color Harmonies of #C7702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7702C

Black with #C7702C

Text Example


Text Example

White with #C7702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7702C; }

 p { color: rgb(199,112,44); }

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

background-color css

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

 a { background-color: rgb(199,112,44); }

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

border-color css

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

 span { border-color: rgb(199,112,44); }

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