Html Css Color HEX #C96557 Sunglo

📋 copy color: '#C96557'

red 201 ◦ green 101 ◦ blue 87

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

Shades of Sunglo #C96557

Tints of Sunglo #C96557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 51.67%
G = 25.96%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C96557 (or 0xC96557) is known color: Sunglo. HEX triplet: C9, 65 and 57. RGB value is (201,101,87). Sum of RGB (Red+Green+Blue) = 201+101+87=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C96557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96557 is #369AA8. Grayscale: #818181. Windows color (decimal): -3578537 or 5727689. OLE color: 5727689.

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

Color convert

RGB 201 101 87 -
CMYK 0 0.50 0.57 0.21
HSL 7.37º 0.51% 0.56% -
HSV(B) 7.37º 0.57% 0.79% -
XYZ 30.46 22.41 11.74 -
YUV 129.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 201 101 87 0 0.50 0.57 0.21 7.37 0.51 0.56
Hex C9 65 57 0 32 39 15 7 33 38
Octal 311 145 127 0 62 71 25 7 63 70
Binary 11001001 1100101 1010111 0 110010 111001 10101 111 110011 111000

Color Harmonies of #C96557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96557

Black with #C96557

Text Example


Text Example

White with #C96557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96557; }

 p { color: rgb(201,101,87); }

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

background-color css

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

 a { background-color: rgb(201,101,87); }

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

border-color css

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

 span { border-color: rgb(201,101,87); }

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