Html Css Color HEX #C35D4F Sunglo

📋 copy color: '#C35D4F'

red 195 ◦ green 93 ◦ blue 79

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

Shades of Sunglo #C35D4F

Tints of Sunglo #C35D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 53.13%
G = 25.34%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C35D4F (or 0xC35D4F) is known color: Sunglo. HEX triplet: C3, 5D and 4F. RGB value is (195,93,79). Sum of RGB (Red+Green+Blue) = 195+93+79=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D4F is #3CA2B0. Grayscale: #7A7A7A. Windows color (decimal): -3973809 or 5201347. OLE color: 5201347.

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

Color convert

RGB 195 93 79 -
CMYK 0 0.52 0.59 0.24
HSL 7.24º 0.49% 0.54% -
HSV(B) 7.24º 0.59% 0.76% -
XYZ 27.83 20 9.79 -
YUV 121.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 195 93 79 0 0.52 0.59 0.24 7.24 0.49 0.54
Hex C3 5D 4F 0 34 3B 18 7 31 36
Octal 303 135 117 0 64 73 30 7 61 66
Binary 11000011 1011101 1001111 0 110100 111011 11000 111 110001 110110

Color Harmonies of #C35D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D4F

Black with #C35D4F

Text Example


Text Example

White with #C35D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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