Html Css Color HEX #C34F4D Sunset

📋 copy color: '#C34F4D'

red 195 ◦ green 79 ◦ blue 77

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

Shades of Sunset #C34F4D

Tints of Sunset #C34F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 55.56%
G = 22.51%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C34F4D (or 0xC34F4D) is known color: Sunset. HEX triplet: C3, 4F and 4D. RGB value is (195,79,77). Sum of RGB (Red+Green+Blue) = 195+79+77=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F4D is #3CB0B2. Grayscale: #717171. Windows color (decimal): -3977395 or 5066691. OLE color: 5066691.

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

Color convert

RGB 195 79 77 -
CMYK 0 0.59 0.61 0.24
HSL 1.02º 0.5% 0.53% -
HSV(B) 1.02º 0.61% 0.76% -
XYZ 26.64 17.73 9.04 -
YUV 113.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 195 79 77 0 0.59 0.61 0.24 1.02 0.5 0.53
Hex C3 4F 4D 0 3B 3D 18 1 32 35
Octal 303 117 115 0 73 75 30 1 62 65
Binary 11000011 1001111 1001101 0 111011 111101 11000 1 110010 110101

Color Harmonies of #C34F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F4D

Black with #C34F4D

Text Example


Text Example

White with #C34F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F4D; }

 p { color: rgb(195,79,77); }

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

background-color css

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

 a { background-color: rgb(195,79,77); }

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

border-color css

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

 span { border-color: rgb(195,79,77); }

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