Html Css Color HEX #C96058 Sunglo

📋 copy color: '#C96058'

red 201 ◦ green 96 ◦ blue 88

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

Shades of Sunglo #C96058

Tints of Sunglo #C96058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.94%

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

R = 52.21%
G = 24.94%
B = 22.86%

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

#C96058 (or 0xC96058) is known color: Sunglo. HEX triplet: C9, 60 and 58. RGB value is (201,96,88). Sum of RGB (Red+Green+Blue) = 201+96+88=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96058 is #369FA7. Grayscale: #7E7E7E. Windows color (decimal): -3579816 or 5791945. OLE color: 5791945.

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

Color convert

RGB 201 96 88 -
CMYK 0 0.52 0.56 0.21
HSL 4.25º 0.51% 0.57% -
HSV(B) 4.25º 0.56% 0.79% -
XYZ 30.03 21.49 11.8 -
YUV 126.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 201 96 88 0 0.52 0.56 0.21 4.25 0.51 0.57
Hex C9 60 58 0 34 38 15 4 33 39
Octal 311 140 130 0 64 70 25 4 63 71
Binary 11001001 1100000 1011000 0 110100 111000 10101 100 110011 111001

Color Harmonies of #C96058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96058

Black with #C96058

Text Example


Text Example

White with #C96058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96058; }

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

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

background-color css

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

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

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

border-color css

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

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

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