Html Css Color HEX #C5685A Sunglo

📋 copy color: '#C5685A'

red 197 ◦ green 104 ◦ blue 90

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

Shades of Sunglo #C5685A

Tints of Sunglo #C5685A

RGB

 RED value IS 197 (77.34% from 255) = 50.38%

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 50.38%
G = 26.6%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5685A (or 0xC5685A) is known color: Sunglo. HEX triplet: C5, 68 and 5A. RGB value is (197,104,90). Sum of RGB (Red+Green+Blue) = 197+104+90=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5685A is #3A97A5. Grayscale: #828282. Windows color (decimal): -3839910 or 5925061. OLE color: 5925061.

HSL color Cylindrical-coordinate representation of color #C5685A: hue angle of 7.85º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5685A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 90 -
CMYK 0 0.47 0.54 0.23
HSL 7.85º 0.48% 0.56% -
HSV(B) 7.85º 0.54% 0.77% -
XYZ 29.82 22.51 12.45 -
YUV 130.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 197 104 90 0 0.47 0.54 0.23 7.85 0.48 0.56
Hex C5 68 5A 0 2F 36 17 8 30 38
Octal 305 150 132 0 57 66 27 10 60 70
Binary 11000101 1101000 1011010 0 101111 110110 10111 1000 110000 111000

Color Harmonies of #C5685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5685A

Black with #C5685A

Text Example


Text Example

White with #C5685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5685A; }

 p { color: rgb(197,104,90); }

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

background-color css

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

 a { background-color: rgb(197,104,90); }

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

border-color css

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

 span { border-color: rgb(197,104,90); }

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