Html Css Color HEX #C96A5E Sunglo

📋 copy color: '#C96A5E'

red 201 ◦ green 106 ◦ blue 94

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

Shades of Sunglo #C96A5E

Tints of Sunglo #C96A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 50.12%
G = 26.43%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C96A5E (or 0xC96A5E) is known color: Sunglo. HEX triplet: C9, 6A and 5E. RGB value is (201,106,94). Sum of RGB (Red+Green+Blue) = 201+106+94=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A5E is #3695A1. Grayscale: #858585. Windows color (decimal): -3577250 or 6187721. OLE color: 6187721.

HSL color Cylindrical-coordinate representation of color #C96A5E: hue angle of 6.73º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96A5E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 106 94 -
CMYK 0 0.47 0.53 0.21
HSL 6.73º 0.5% 0.58% -
HSV(B) 6.73º 0.53% 0.79% -
XYZ 31.26 23.53 13.48 -
YUV 133.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 201 106 94 0 0.47 0.53 0.21 6.73 0.5 0.58
Hex C9 6A 5E 0 2F 35 15 7 32 3A
Octal 311 152 136 0 57 65 25 7 62 72
Binary 11001001 1101010 1011110 0 101111 110101 10101 111 110010 111010

Color Harmonies of #C96A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A5E

Black with #C96A5E

Text Example


Text Example

White with #C96A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A5E; }

 p { color: rgb(201,106,94); }

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

background-color css

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

 a { background-color: rgb(201,106,94); }

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

border-color css

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

 span { border-color: rgb(201,106,94); }

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