Html Css Color HEX #C96359 Sunglo

📋 copy color: '#C96359'

red 201 ◦ green 99 ◦ blue 89

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

Shades of Sunglo #C96359

Tints of Sunglo #C96359

RGB

 RED value IS 201 (78.91% from 255) = 51.67%

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

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 51.67%
G = 25.45%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C96359 (or 0xC96359) is known color: Sunglo. HEX triplet: C9, 63 and 59. RGB value is (201,99,89). Sum of RGB (Red+Green+Blue) = 201+99+89=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C96359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96359 is #369CA6. Grayscale: #808080. Windows color (decimal): -3579047 or 5858249. OLE color: 5858249.

HSL color Cylindrical-coordinate representation of color #C96359: hue angle of 5.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96359 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 89 -
CMYK 0 0.51 0.56 0.21
HSL 5.36º 0.51% 0.57% -
HSV(B) 5.36º 0.56% 0.79% -
XYZ 30.35 22.06 12.11 -
YUV 128.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 201 99 89 0 0.51 0.56 0.21 5.36 0.51 0.57
Hex C9 63 59 0 33 38 15 5 33 39
Octal 311 143 131 0 63 70 25 5 63 71
Binary 11001001 1100011 1011001 0 110011 111000 10101 101 110011 111001

Color Harmonies of #C96359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96359

Black with #C96359

Text Example


Text Example

White with #C96359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96359; }

 p { color: rgb(201,99,89); }

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

background-color css

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

 a { background-color: rgb(201,99,89); }

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

border-color css

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

 span { border-color: rgb(201,99,89); }

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