Html Css Color HEX #C5722C Meteor

📋 copy color: '#C5722C'

red 197 ◦ green 114 ◦ blue 44

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

Shades of Meteor #C5722C

Tints of Meteor #C5722C

RGB

 RED value IS 197 (77.34% from 255) = 55.49%

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

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

R = 55.49%
G = 32.11%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5722C (or 0xC5722C) is known color: Meteor. HEX triplet: C5, 72 and 2C. RGB value is (197,114,44). Sum of RGB (Red+Green+Blue) = 197+114+44=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722C is #3A8DD3. Grayscale: #838383. Windows color (decimal): -3837396 or 2912965. OLE color: 2912965.

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

Color convert

RGB 197 114 44 -
CMYK 0 0.42 0.78 0.23
HSL 27.45º 0.63% 0.47% -
HSV(B) 27.45º 0.78% 0.77% -
XYZ 29.5 24.09 5.48 -
YUV 130.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 197 114 44 0 0.42 0.78 0.23 27.45 0.63 0.47
Hex C5 72 2C 0 2A 4E 17 1B 3F 2F
Octal 305 162 54 0 52 116 27 33 77 57
Binary 11000101 1110010 101100 0 101010 1001110 10111 11011 111111 101111

Color Harmonies of #C5722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5722C

Black with #C5722C

Text Example


Text Example

White with #C5722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5722C; }

 p { color: rgb(197,114,44); }

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

background-color css

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

 a { background-color: rgb(197,114,44); }

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

border-color css

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

 span { border-color: rgb(197,114,44); }

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