Html Css Color HEX #C3702D Meteor

📋 copy color: '#C3702D'

red 195 ◦ green 112 ◦ blue 45

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

Shades of Meteor #C3702D

Tints of Meteor #C3702D

RGB

 RED value IS 195 (76.56% from 255) = 55.4%

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 55.4%
G = 31.82%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3702D (or 0xC3702D) is known color: Meteor. HEX triplet: C3, 70 and 2D. RGB value is (195,112,45). Sum of RGB (Red+Green+Blue) = 195+112+45=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3702D is #3C8FD2. Grayscale: #818181. Windows color (decimal): -3968979 or 2977987. OLE color: 2977987.

HSL color Cylindrical-coordinate representation of color #C3702D: hue angle of 26.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3702D is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 45 -
CMYK 0 0.43 0.77 0.24
HSL 26.8º 0.63% 0.47% -
HSV(B) 26.8º 0.77% 0.76% -
XYZ 28.77 23.38 5.48 -
YUV 129.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 195 112 45 0 0.43 0.77 0.24 26.8 0.63 0.47
Hex C3 70 2D 0 2B 4D 18 1B 3E 2F
Octal 303 160 55 0 53 115 30 33 76 57
Binary 11000011 1110000 101101 0 101011 1001101 11000 11011 111110 101111

Color Harmonies of #C3702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3702D

Black with #C3702D

Text Example


Text Example

White with #C3702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3702D; }

 p { color: rgb(195,112,45); }

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

background-color css

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

 a { background-color: rgb(195,112,45); }

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

border-color css

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

 span { border-color: rgb(195,112,45); }

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