Html Css Color HEX #C35D53 Sunglo

📋 copy color: '#C35D53'

red 195 ◦ green 93 ◦ blue 83

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

Shades of Sunglo #C35D53

Tints of Sunglo #C35D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 52.56%
G = 25.07%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C35D53 (or 0xC35D53) is known color: Sunglo. HEX triplet: C3, 5D and 53. RGB value is (195,93,83). Sum of RGB (Red+Green+Blue) = 195+93+83=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D53 is #3CA2AC. Grayscale: #7A7A7A. Windows color (decimal): -3973805 or 5463491. OLE color: 5463491.

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

Color convert

RGB 195 93 83 -
CMYK 0 0.52 0.57 0.24
HSL 5.36º 0.48% 0.55% -
HSV(B) 5.36º 0.57% 0.76% -
XYZ 27.98 20.06 10.58 -
YUV 122.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 195 93 83 0 0.52 0.57 0.24 5.36 0.48 0.55
Hex C3 5D 53 0 34 39 18 5 30 37
Octal 303 135 123 0 64 71 30 5 60 67
Binary 11000011 1011101 1010011 0 110100 111001 11000 101 110000 110111

Color Harmonies of #C35D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D53

Black with #C35D53

Text Example


Text Example

White with #C35D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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