Html Css Color HEX #C15D52 Sunglo

📋 copy color: '#C15D52'

red 193 ◦ green 93 ◦ blue 82

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

Shades of Sunglo #C15D52

Tints of Sunglo #C15D52

RGB

 RED value IS 193 (75.78% from 255) = 52.45%

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 52.45%
G = 25.27%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C15D52 (or 0xC15D52) is known color: Sunglo. HEX triplet: C1, 5D and 52. RGB value is (193,93,82). Sum of RGB (Red+Green+Blue) = 193+93+82=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D52 is #3EA2AD. Grayscale: #797979. Windows color (decimal): -4104878 or 5397953. OLE color: 5397953.

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

Color convert

RGB 193 93 82 -
CMYK 0 0.52 0.58 0.24
HSL 5.95º 0.47% 0.54% -
HSV(B) 5.95º 0.58% 0.76% -
XYZ 27.43 19.78 10.35 -
YUV 121.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 193 93 82 0 0.52 0.58 0.24 5.95 0.47 0.54
Hex C1 5D 52 0 34 3A 18 6 2F 36
Octal 301 135 122 0 64 72 30 6 57 66
Binary 11000001 1011101 1010010 0 110100 111010 11000 110 101111 110110

Color Harmonies of #C15D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D52

Black with #C15D52

Text Example


Text Example

White with #C15D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D52; }

 p { color: rgb(193,93,82); }

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

background-color css

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

 a { background-color: rgb(193,93,82); }

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

border-color css

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

 span { border-color: rgb(193,93,82); }

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