Html Css Color HEX #C07433 Meteor

📋 copy color: '#C07433'

red 192 ◦ green 116 ◦ blue 51

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

Shades of Meteor #C07433

Tints of Meteor #C07433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 53.48%
G = 32.31%
B = 14.21%

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

#C07433 (or 0xC07433) is known color: Meteor. HEX triplet: C0, 74 and 33. RGB value is (192,116,51). Sum of RGB (Red+Green+Blue) = 192+116+51=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07433 is #3F8BCC. Grayscale: #838383. Windows color (decimal): -4164557 or 3372224. OLE color: 3372224.

HSL color Cylindrical-coordinate representation of color #C07433: hue angle of 27.66º degrees, saturation: 0.58, 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 #C07433 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 51 -
CMYK 0 0.40 0.73 0.25
HSL 27.66º 0.58% 0.48% -
HSV(B) 27.66º 0.73% 0.75% -
XYZ 28.58 23.94 6.25 -
YUV 131.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 192 116 51 0 0.40 0.73 0.25 27.66 0.58 0.48
Hex C0 74 33 0 28 49 19 1C 3A 30
Octal 300 164 63 0 50 111 31 34 72 60
Binary 11000000 1110100 110011 0 101000 1001001 11001 11100 111010 110000

Color Harmonies of #C07433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07433

Black with #C07433

Text Example


Text Example

White with #C07433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07433; }

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

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

background-color css

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

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

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

border-color css

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

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

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