Html Css Color HEX #C55342 Sunset

📋 copy color: '#C55342'

red 197 ◦ green 83 ◦ blue 66

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

Shades of Sunset #C55342

Tints of Sunset #C55342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 56.94%
G = 23.99%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55342 (or 0xC55342) is known color: Sunset. HEX triplet: C5, 53 and 42. RGB value is (197,83,66). Sum of RGB (Red+Green+Blue) = 197+83+66=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55342 is #3AACBD. Grayscale: #737373. Windows color (decimal): -3845310 or 4346821. OLE color: 4346821.

HSL color Cylindrical-coordinate representation of color #C55342: hue angle of 7.79º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C55342 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 66 -
CMYK 0 0.58 0.66 0.23
HSL 7.79º 0.53% 0.52% -
HSV(B) 7.79º 0.66% 0.77% -
XYZ 27.1 18.45 7.29 -
YUV 115.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 197 83 66 0 0.58 0.66 0.23 7.79 0.53 0.52
Hex C5 53 42 0 3A 42 17 8 35 34
Octal 305 123 102 0 72 102 27 10 65 64
Binary 11000101 1010011 1000010 0 111010 1000010 10111 1000 110101 110100

Color Harmonies of #C55342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55342

Black with #C55342

Text Example


Text Example

White with #C55342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55342; }

 p { color: rgb(197,83,66); }

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

background-color css

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

 a { background-color: rgb(197,83,66); }

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

border-color css

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

 span { border-color: rgb(197,83,66); }

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