Html Css Color HEX #C34948 Sunset

📋 copy color: '#C34948'

red 195 ◦ green 73 ◦ blue 72

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

Shades of Sunset #C34948

Tints of Sunset #C34948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 57.35%
G = 21.47%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C34948 (or 0xC34948) is known color: Sunset. HEX triplet: C3, 49 and 48. RGB value is (195,73,72). Sum of RGB (Red+Green+Blue) = 195+73+72=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C34948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34948 is #3CB6B7. Grayscale: #6D6D6D. Windows color (decimal): -3978936 or 4737475. OLE color: 4737475.

HSL color Cylindrical-coordinate representation of color #C34948: hue angle of 0.49º 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 #C34948 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 72 -
CMYK 0 0.63 0.63 0.24
HSL 0.49º 0.51% 0.52% -
HSV(B) 0.49º 0.63% 0.76% -
XYZ 26.06 16.84 8.01 -
YUV 109.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 195 73 72 0 0.63 0.63 0.24 0.49 0.51 0.52
Hex C3 49 48 0 3F 3F 18 0 33 34
Octal 303 111 110 0 77 77 30 0 63 64
Binary 11000011 1001001 1001000 0 111111 111111 11000 0 110011 110100

Color Harmonies of #C34948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34948

Black with #C34948

Text Example


Text Example

White with #C34948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34948; }

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

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

background-color css

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

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

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

border-color css

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

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

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