Html Css Color HEX #C36150 Sunglo

📋 copy color: '#C36150'

red 195 ◦ green 97 ◦ blue 80

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

Shades of Sunglo #C36150

Tints of Sunglo #C36150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

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

R = 52.42%
G = 26.08%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C36150 (or 0xC36150) is known color: Sunglo. HEX triplet: C3, 61 and 50. RGB value is (195,97,80). Sum of RGB (Red+Green+Blue) = 195+97+80=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C36150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36150 is #3C9EAF. Grayscale: #7C7C7C. Windows color (decimal): -3972784 or 5267907. OLE color: 5267907.

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

Color convert

RGB 195 97 80 -
CMYK 0 0.50 0.59 0.24
HSL 8.87º 0.49% 0.54% -
HSV(B) 8.87º 0.59% 0.76% -
XYZ 28.23 20.73 10.1 -
YUV 124.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 195 97 80 0 0.50 0.59 0.24 8.87 0.49 0.54
Hex C3 61 50 0 32 3B 18 9 31 36
Octal 303 141 120 0 62 73 30 11 61 66
Binary 11000011 1100001 1010000 0 110010 111011 11000 1001 110001 110110

Color Harmonies of #C36150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36150

Black with #C36150

Text Example


Text Example

White with #C36150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36150; }

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

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

background-color css

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

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

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

border-color css

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

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

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