Html Css Color HEX #C4702E Meteor

📋 copy color: '#C4702E'

red 196 ◦ green 112 ◦ blue 46

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

Shades of Meteor #C4702E

Tints of Meteor #C4702E

RGB

 RED value IS 196 (76.95% from 255) = 55.37%

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 55.37%
G = 31.64%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4702E (or 0xC4702E) is known color: Meteor. HEX triplet: C4, 70 and 2E. RGB value is (196,112,46). Sum of RGB (Red+Green+Blue) = 196+112+46=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4702E is #3B8FD1. Grayscale: #818181. Windows color (decimal): -3903442 or 3043524. OLE color: 3043524.

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

Color convert

RGB 196 112 46 -
CMYK 0 0.43 0.77 0.23
HSL 26.4º 0.62% 0.47% -
HSV(B) 26.4º 0.77% 0.77% -
XYZ 29.05 23.52 5.59 -
YUV 129.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 196 112 46 0 0.43 0.77 0.23 26.4 0.62 0.47
Hex C4 70 2E 0 2B 4D 17 1A 3E 2F
Octal 304 160 56 0 53 115 27 32 76 57
Binary 11000100 1110000 101110 0 101011 1001101 10111 11010 111110 101111

Color Harmonies of #C4702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4702E

Black with #C4702E

Text Example


Text Example

White with #C4702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4702E; }

 p { color: rgb(196,112,46); }

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

background-color css

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

 a { background-color: rgb(196,112,46); }

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

border-color css

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

 span { border-color: rgb(196,112,46); }

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