Html Css Color HEX #C35F58 Sunglo

📋 copy color: '#C35F58'

red 195 ◦ green 95 ◦ blue 88

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

Shades of Sunglo #C35F58

Tints of Sunglo #C35F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 51.59%
G = 25.13%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C35F58 (or 0xC35F58) is known color: Sunglo. HEX triplet: C3, 5F and 58. RGB value is (195,95,88). Sum of RGB (Red+Green+Blue) = 195+95+88=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F58 is #3CA0A7. Grayscale: #7C7C7C. Windows color (decimal): -3973288 or 5791683. OLE color: 5791683.

HSL color Cylindrical-coordinate representation of color #C35F58: hue angle of 3.93º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35F58 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 88 -
CMYK 0 0.51 0.55 0.24
HSL 3.93º 0.47% 0.55% -
HSV(B) 3.93º 0.55% 0.76% -
XYZ 28.36 20.49 11.69 -
YUV 124.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 195 95 88 0 0.51 0.55 0.24 3.93 0.47 0.55
Hex C3 5F 58 0 33 37 18 4 2F 37
Octal 303 137 130 0 63 67 30 4 57 67
Binary 11000011 1011111 1011000 0 110011 110111 11000 100 101111 110111

Color Harmonies of #C35F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F58

Black with #C35F58

Text Example


Text Example

White with #C35F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F58; }

 p { color: rgb(195,95,88); }

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

background-color css

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

 a { background-color: rgb(195,95,88); }

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

border-color css

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

 span { border-color: rgb(195,95,88); }

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