Html Css Color HEX #C96158 Sunglo

📋 copy color: '#C96158'

red 201 ◦ green 97 ◦ blue 88

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

Shades of Sunglo #C96158

Tints of Sunglo #C96158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 52.07%
G = 25.13%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C96158 (or 0xC96158) is known color: Sunglo. HEX triplet: C9, 61 and 58. RGB value is (201,97,88). Sum of RGB (Red+Green+Blue) = 201+97+88=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C96158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96158 is #369EA7. Grayscale: #7F7F7F. Windows color (decimal): -3579560 or 5792201. OLE color: 5792201.

HSL color Cylindrical-coordinate representation of color #C96158: hue angle of 4.78º 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 #C96158 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 88 -
CMYK 0 0.52 0.56 0.21
HSL 4.78º 0.51% 0.57% -
HSV(B) 4.78º 0.56% 0.79% -
XYZ 30.12 21.67 11.83 -
YUV 127.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 201 97 88 0 0.52 0.56 0.21 4.78 0.51 0.57
Hex C9 61 58 0 34 38 15 5 33 39
Octal 311 141 130 0 64 70 25 5 63 71
Binary 11001001 1100001 1011000 0 110100 111000 10101 101 110011 111001

Color Harmonies of #C96158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96158

Black with #C96158

Text Example


Text Example

White with #C96158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96158; }

 p { color: rgb(201,97,88); }

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

background-color css

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

 a { background-color: rgb(201,97,88); }

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

border-color css

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

 span { border-color: rgb(201,97,88); }

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