Html Css Color HEX #C8732E Meteor

📋 copy color: '#C8732E'

red 200 ◦ green 115 ◦ blue 46

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

Shades of Meteor #C8732E

Tints of Meteor #C8732E

RGB

 RED value IS 200 (78.52% from 255) = 55.4%

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 55.4%
G = 31.86%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8732E (or 0xC8732E) is known color: Meteor. HEX triplet: C8, 73 and 2E. RGB value is (200,115,46). Sum of RGB (Red+Green+Blue) = 200+115+46=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8732E is #378CD1. Grayscale: #848484. Windows color (decimal): -3640530 or 3044296. OLE color: 3044296.

HSL color Cylindrical-coordinate representation of color #C8732E: hue angle of 26.88º 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 #C8732E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 46 -
CMYK 0 0.42 0.77 0.22
HSL 26.88º 0.63% 0.48% -
HSV(B) 26.88º 0.77% 0.78% -
XYZ 30.44 24.74 5.76 -
YUV 132.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 200 115 46 0 0.42 0.77 0.22 26.88 0.63 0.48
Hex C8 73 2E 0 2A 4D 16 1B 3F 30
Octal 310 163 56 0 52 115 26 33 77 60
Binary 11001000 1110011 101110 0 101010 1001101 10110 11011 111111 110000

Color Harmonies of #C8732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8732E

Black with #C8732E

Text Example


Text Example

White with #C8732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8732E; }

 p { color: rgb(200,115,46); }

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

background-color css

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

 a { background-color: rgb(200,115,46); }

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

border-color css

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

 span { border-color: rgb(200,115,46); }

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