Html Css Color HEX #C3534B Sunset

📋 copy color: '#C3534B'

red 195 ◦ green 83 ◦ blue 75

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

Shades of Sunset #C3534B

Tints of Sunset #C3534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 55.24%
G = 23.51%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3534B (or 0xC3534B) is known color: Sunset. HEX triplet: C3, 53 and 4B. RGB value is (195,83,75). Sum of RGB (Red+Green+Blue) = 195+83+75=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3534B is #3CACB4. Grayscale: #737373. Windows color (decimal): -3976373 or 4936643. OLE color: 4936643.

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

Color convert

RGB 195 83 75 -
CMYK 0 0.57 0.62 0.24
HSL 0.5% 0.53% -
HSV(B) 0.62% 0.76% -
XYZ 26.87 18.3 8.77 -
YUV 115.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 195 83 75 0 0.57 0.62 0.24 4 0.5 0.53
Hex C3 53 4B 0 39 3E 18 4 32 35
Octal 303 123 113 0 71 76 30 4 62 65
Binary 11000011 1010011 1001011 0 111001 111110 11000 100 110010 110101

Color Harmonies of #C3534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3534B

Black with #C3534B

Text Example


Text Example

White with #C3534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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