Html Css Color HEX #C35042 Sunset

📋 copy color: '#C35042'

red 195 ◦ green 80 ◦ blue 66

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

Shades of Sunset #C35042

Tints of Sunset #C35042

RGB

 RED value IS 195 (76.56% from 255) = 57.18%

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 57.18%
G = 23.46%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C35042 (or 0xC35042) is known color: Sunset. HEX triplet: C3, 50 and 42. RGB value is (195,80,66). Sum of RGB (Red+Green+Blue) = 195+80+66=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C35042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35042 is #3CAFBD. Grayscale: #707070. Windows color (decimal): -3977150 or 4346051. OLE color: 4346051.

HSL color Cylindrical-coordinate representation of color #C35042: hue angle of 6.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C35042 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 66 -
CMYK 0 0.59 0.66 0.24
HSL 6.51º 0.52% 0.51% -
HSV(B) 6.51º 0.66% 0.76% -
XYZ 26.36 17.73 7.19 -
YUV 112.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 195 80 66 0 0.59 0.66 0.24 6.51 0.52 0.51
Hex C3 50 42 0 3B 42 18 7 34 33
Octal 303 120 102 0 73 102 30 7 64 63
Binary 11000011 1010000 1000010 0 111011 1000010 11000 111 110100 110011

Color Harmonies of #C35042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35042

Black with #C35042

Text Example


Text Example

White with #C35042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35042; }

 p { color: rgb(195,80,66); }

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

background-color css

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

 a { background-color: rgb(195,80,66); }

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

border-color css

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

 span { border-color: rgb(195,80,66); }

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