Html Css Color HEX #C3702C Meteor

📋 copy color: '#C3702C'

red 195 ◦ green 112 ◦ blue 44

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

Shades of Meteor #C3702C

Tints of Meteor #C3702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 55.56%
G = 31.91%
B = 12.54%

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

#C3702C (or 0xC3702C) is known color: Meteor. HEX triplet: C3, 70 and 2C. RGB value is (195,112,44). Sum of RGB (Red+Green+Blue) = 195+112+44=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3702C is #3C8FD3. Grayscale: #818181. Windows color (decimal): -3968980 or 2912451. OLE color: 2912451.

HSL color Cylindrical-coordinate representation of color #C3702C: hue angle of 27.02º degrees, saturation: 0.63, 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 #C3702C is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 44 -
CMYK 0 0.43 0.77 0.24
HSL 27.02º 0.63% 0.47% -
HSV(B) 27.02º 0.77% 0.76% -
XYZ 28.75 23.37 5.38 -
YUV 129.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 195 112 44 0 0.43 0.77 0.24 27.02 0.63 0.47
Hex C3 70 2C 0 2B 4D 18 1B 3F 2F
Octal 303 160 54 0 53 115 30 33 77 57
Binary 11000011 1110000 101100 0 101011 1001101 11000 11011 111111 101111

Color Harmonies of #C3702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3702C

Black with #C3702C

Text Example


Text Example

White with #C3702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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