Html Css Color HEX #C4722A Meteor

📋 copy color: '#C4722A'

red 196 ◦ green 114 ◦ blue 42

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

Shades of Meteor #C4722A

Tints of Meteor #C4722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 55.68%
G = 32.39%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4722A (or 0xC4722A) is known color: Meteor. HEX triplet: C4, 72 and 2A. RGB value is (196,114,42). Sum of RGB (Red+Green+Blue) = 196+114+42=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722A is #3B8DD5. Grayscale: #828282. Windows color (decimal): -3902934 or 2781892. OLE color: 2781892.

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

Color convert

RGB 196 114 42 -
CMYK 0 0.42 0.79 0.23
HSL 28.05º 0.65% 0.47% -
HSV(B) 28.05º 0.79% 0.77% -
XYZ 29.2 23.94 5.27 -
YUV 130.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 196 114 42 0 0.42 0.79 0.23 28.05 0.65 0.47
Hex C4 72 2A 0 2A 4F 17 1C 41 2F
Octal 304 162 52 0 52 117 27 34 101 57
Binary 11000100 1110010 101010 0 101010 1001111 10111 11100 1000001 101111

Color Harmonies of #C4722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4722A

Black with #C4722A

Text Example


Text Example

White with #C4722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4722A; }

 p { color: rgb(196,114,42); }

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

background-color css

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

 a { background-color: rgb(196,114,42); }

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

border-color css

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

 span { border-color: rgb(196,114,42); }

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