Html Css Color HEX #C05341 Sunset

📋 copy color: '#C05341'

red 192 ◦ green 83 ◦ blue 65

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

Shades of Sunset #C05341

Tints of Sunset #C05341

RGB

 RED value IS 192 (75.39% from 255) = 56.47%

 GREEN value IS 83 (32.81% from 255) = 24.41%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 56.47%
G = 24.41%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05341 (or 0xC05341) is known color: Sunset. HEX triplet: C0, 53 and 41. RGB value is (192,83,65). Sum of RGB (Red+Green+Blue) = 192+83+65=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C05341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05341 is #3FACBE. Grayscale: #717171. Windows color (decimal): -4172991 or 4281280. OLE color: 4281280.

HSL color Cylindrical-coordinate representation of color #C05341: hue angle of 8.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05341 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 65 -
CMYK 0 0.57 0.66 0.25
HSL 8.5º 0.5% 0.5% -
HSV(B) 8.5º 0.66% 0.75% -
XYZ 25.79 17.77 7.07 -
YUV 113.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 192 83 65 0 0.57 0.66 0.25 8.5 0.5 0.5
Hex C0 53 41 0 39 42 19 9 32 32
Octal 300 123 101 0 71 102 31 11 62 62
Binary 11000000 1010011 1000001 0 111001 1000010 11001 1001 110010 110010

Color Harmonies of #C05341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05341

Black with #C05341

Text Example


Text Example

White with #C05341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05341; }

 p { color: rgb(192,83,65); }

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

background-color css

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

 a { background-color: rgb(192,83,65); }

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

border-color css

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

 span { border-color: rgb(192,83,65); }

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