Html Css Color HEX #C4702D Meteor

📋 copy color: '#C4702D'

red 196 ◦ green 112 ◦ blue 45

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

Shades of Meteor #C4702D

Tints of Meteor #C4702D

RGB

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

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

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

R = 55.52%
G = 31.73%
B = 12.75%

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

#C4702D (or 0xC4702D) is known color: Meteor. HEX triplet: C4, 70 and 2D. RGB value is (196,112,45). Sum of RGB (Red+Green+Blue) = 196+112+45=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4702D is #3B8FD2. Grayscale: #818181. Windows color (decimal): -3903443 or 2977988. OLE color: 2977988.

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

Color convert

RGB 196 112 45 -
CMYK 0 0.43 0.77 0.23
HSL 26.62º 0.63% 0.47% -
HSV(B) 26.62º 0.77% 0.77% -
XYZ 29.03 23.51 5.49 -
YUV 129.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 196 112 45 0 0.43 0.77 0.23 26.62 0.63 0.47
Hex C4 70 2D 0 2B 4D 17 1B 3F 2F
Octal 304 160 55 0 53 115 27 33 77 57
Binary 11000100 1110000 101101 0 101011 1001101 10111 11011 111111 101111

Color Harmonies of #C4702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4702D

Black with #C4702D

Text Example


Text Example

White with #C4702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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