Html Css Color HEX #C07434 Meteor

📋 copy color: '#C07434'

red 192 ◦ green 116 ◦ blue 52

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

Shades of Meteor #C07434

Tints of Meteor #C07434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 53.33%
G = 32.22%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07434 (or 0xC07434) is known color: Meteor. HEX triplet: C0, 74 and 34. RGB value is (192,116,52). Sum of RGB (Red+Green+Blue) = 192+116+52=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07434 is #3F8BCB. Grayscale: #838383. Windows color (decimal): -4164556 or 3437760. OLE color: 3437760.

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

Color convert

RGB 192 116 52 -
CMYK 0 0.40 0.73 0.25
HSL 27.43º 0.57% 0.48% -
HSV(B) 27.43º 0.73% 0.75% -
XYZ 28.6 23.95 6.36 -
YUV 131.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 192 116 52 0 0.40 0.73 0.25 27.43 0.57 0.48
Hex C0 74 34 0 28 49 19 1B 39 30
Octal 300 164 64 0 50 111 31 33 71 60
Binary 11000000 1110100 110100 0 101000 1001001 11001 11011 111001 110000

Color Harmonies of #C07434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07434

Black with #C07434

Text Example


Text Example

White with #C07434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07434; }

 p { color: rgb(192,116,52); }

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

background-color css

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

 a { background-color: rgb(192,116,52); }

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

border-color css

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

 span { border-color: rgb(192,116,52); }

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