Html Css Color HEX #C0732B Meteor

📋 copy color: '#C0732B'

red 192 ◦ green 115 ◦ blue 43

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

Shades of Meteor #C0732B

Tints of Meteor #C0732B

RGB

 RED value IS 192 (75.39% from 255) = 54.86%

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 54.86%
G = 32.86%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0732B (or 0xC0732B) is known color: Meteor. HEX triplet: C0, 73 and 2B. RGB value is (192,115,43). Sum of RGB (Red+Green+Blue) = 192+115+43=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0732B is #3F8CD4. Grayscale: #828282. Windows color (decimal): -4164821 or 2847680. OLE color: 2847680.

HSL color Cylindrical-coordinate representation of color #C0732B: hue angle of 28.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0732B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 43 -
CMYK 0 0.40 0.78 0.25
HSL 28.99º 0.63% 0.46% -
HSV(B) 28.99º 0.78% 0.75% -
XYZ 28.31 23.64 5.36 -
YUV 129.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 192 115 43 0 0.40 0.78 0.25 28.99 0.63 0.46
Hex C0 73 2B 0 28 4E 19 1D 3F 2E
Octal 300 163 53 0 50 116 31 35 77 56
Binary 11000000 1110011 101011 0 101000 1001110 11001 11101 111111 101110

Color Harmonies of #C0732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0732B

Black with #C0732B

Text Example


Text Example

White with #C0732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0732B; }

 p { color: rgb(192,115,43); }

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

background-color css

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

 a { background-color: rgb(192,115,43); }

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

border-color css

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

 span { border-color: rgb(192,115,43); }

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