Html Css Color HEX #C3524D Sunset

📋 copy color: '#C3524D'

red 195 ◦ green 82 ◦ blue 77

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

Shades of Sunset #C3524D

Tints of Sunset #C3524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 55.08%
G = 23.16%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3524D (or 0xC3524D) is known color: Sunset. HEX triplet: C3, 52 and 4D. RGB value is (195,82,77). Sum of RGB (Red+Green+Blue) = 195+82+77=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3524D is #3CADB2. Grayscale: #737373. Windows color (decimal): -3976627 or 5067459. OLE color: 5067459.

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

Color convert

RGB 195 82 77 -
CMYK 0 0.58 0.61 0.24
HSL 2.54º 0.5% 0.53% -
HSV(B) 2.54º 0.61% 0.76% -
XYZ 26.86 18.17 9.11 -
YUV 115.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 195 82 77 0 0.58 0.61 0.24 2.54 0.5 0.53
Hex C3 52 4D 0 3A 3D 18 3 32 35
Octal 303 122 115 0 72 75 30 3 62 65
Binary 11000011 1010010 1001101 0 111010 111101 11000 11 110010 110101

Color Harmonies of #C3524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3524D

Black with #C3524D

Text Example


Text Example

White with #C3524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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