Html Css Color HEX #C75245 Sunset

📋 copy color: '#C75245'

red 199 ◦ green 82 ◦ blue 69

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

Shades of Sunset #C75245

Tints of Sunset #C75245

RGB

 RED value IS 199 (78.13% from 255) = 56.86%

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 56.86%
G = 23.43%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C75245 (or 0xC75245) is known color: Sunset. HEX triplet: C7, 52 and 45. RGB value is (199,82,69). Sum of RGB (Red+Green+Blue) = 199+82+69=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C75245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75245 is #38ADBA. Grayscale: #737373. Windows color (decimal): -3714491 or 4543175. OLE color: 4543175.

HSL color Cylindrical-coordinate representation of color #C75245: hue angle of 6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C75245 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 69 -
CMYK 0 0.59 0.65 0.22
HSL 0.54% 0.53% -
HSV(B) 0.65% 0.78% -
XYZ 27.64 18.61 7.76 -
YUV 115.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 199 82 69 0 0.59 0.65 0.22 6 0.54 0.53
Hex C7 52 45 0 3B 41 16 6 36 35
Octal 307 122 105 0 73 101 26 6 66 65
Binary 11000111 1010010 1000101 0 111011 1000001 10110 110 110110 110101

Color Harmonies of #C75245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75245

Black with #C75245

Text Example


Text Example

White with #C75245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75245; }

 p { color: rgb(199,82,69); }

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

background-color css

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

 a { background-color: rgb(199,82,69); }

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

border-color css

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

 span { border-color: rgb(199,82,69); }

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