Html Css Color HEX #C35348 Sunset

📋 copy color: '#C35348'

red 195 ◦ green 83 ◦ blue 72

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

Shades of Sunset #C35348

Tints of Sunset #C35348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 55.71%
G = 23.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C35348 (or 0xC35348) is known color: Sunset. HEX triplet: C3, 53 and 48. RGB value is (195,83,72). Sum of RGB (Red+Green+Blue) = 195+83+72=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35348 is #3CACB7. Grayscale: #737373. Windows color (decimal): -3976376 or 4740035. OLE color: 4740035.

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

Color convert

RGB 195 83 72 -
CMYK 0 0.57 0.63 0.24
HSL 5.37º 0.51% 0.52% -
HSV(B) 5.37º 0.63% 0.76% -
XYZ 26.77 18.26 8.24 -
YUV 115.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 195 83 72 0 0.57 0.63 0.24 5.37 0.51 0.52
Hex C3 53 48 0 39 3F 18 5 33 34
Octal 303 123 110 0 71 77 30 5 63 64
Binary 11000011 1010011 1001000 0 111001 111111 11000 101 110011 110100

Color Harmonies of #C35348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35348

Black with #C35348

Text Example


Text Example

White with #C35348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35348; }

 p { color: rgb(195,83,72); }

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

background-color css

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

 a { background-color: rgb(195,83,72); }

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

border-color css

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

 span { border-color: rgb(195,83,72); }

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