Html Css Color HEX #C07632 Meteor

📋 copy color: '#C07632'

red 192 ◦ green 118 ◦ blue 50

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

Shades of Meteor #C07632

Tints of Meteor #C07632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 53.33%
G = 32.78%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07632 (or 0xC07632) is known color: Meteor. HEX triplet: C0, 76 and 32. RGB value is (192,118,50). Sum of RGB (Red+Green+Blue) = 192+118+50=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07632 is #3F89CD. Grayscale: #848484. Windows color (decimal): -4164046 or 3307200. OLE color: 3307200.

HSL color Cylindrical-coordinate representation of color #C07632: hue angle of 28.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07632 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 50 -
CMYK 0 0.39 0.74 0.25
HSL 28.73º 0.59% 0.47% -
HSV(B) 28.73º 0.74% 0.75% -
XYZ 28.79 24.39 6.21 -
YUV 132.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 192 118 50 0 0.39 0.74 0.25 28.73 0.59 0.47
Hex C0 76 32 0 27 4A 19 1D 3B 2F
Octal 300 166 62 0 47 112 31 35 73 57
Binary 11000000 1110110 110010 0 100111 1001010 11001 11101 111011 101111

Color Harmonies of #C07632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07632

Black with #C07632

Text Example


Text Example

White with #C07632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07632; }

 p { color: rgb(192,118,50); }

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

background-color css

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

 a { background-color: rgb(192,118,50); }

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

border-color css

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

 span { border-color: rgb(192,118,50); }

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