Html Css Color HEX #C36350 Sunglo

📋 copy color: '#C36350'

red 195 ◦ green 99 ◦ blue 80

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

Shades of Sunglo #C36350

Tints of Sunglo #C36350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 52.14%
G = 26.47%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C36350 (or 0xC36350) is known color: Sunglo. HEX triplet: C3, 63 and 50. RGB value is (195,99,80). Sum of RGB (Red+Green+Blue) = 195+99+80=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C36350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36350 is #3C9CAF. Grayscale: #7D7D7D. Windows color (decimal): -3972272 or 5268419. OLE color: 5268419.

HSL color Cylindrical-coordinate representation of color #C36350: hue angle of 9.91º 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 #C36350 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 80 -
CMYK 0 0.49 0.59 0.24
HSL 9.91º 0.49% 0.54% -
HSV(B) 9.91º 0.59% 0.76% -
XYZ 28.42 21.1 10.17 -
YUV 125.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 195 99 80 0 0.49 0.59 0.24 9.91 0.49 0.54
Hex C3 63 50 0 31 3B 18 A 31 36
Octal 303 143 120 0 61 73 30 12 61 66
Binary 11000011 1100011 1010000 0 110001 111011 11000 1010 110001 110110

Color Harmonies of #C36350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36350

Black with #C36350

Text Example


Text Example

White with #C36350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36350; }

 p { color: rgb(195,99,80); }

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

background-color css

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

 a { background-color: rgb(195,99,80); }

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

border-color css

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

 span { border-color: rgb(195,99,80); }

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