Html Css Color HEX #C5695A Sunglo

📋 copy color: '#C5695A'

red 197 ◦ green 105 ◦ blue 90

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

Shades of Sunglo #C5695A

Tints of Sunglo #C5695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 50.26%
G = 26.79%
B = 22.96%

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

#C5695A (or 0xC5695A) is known color: Sunglo. HEX triplet: C5, 69 and 5A. RGB value is (197,105,90). Sum of RGB (Red+Green+Blue) = 197+105+90=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5695A is #3A96A5. Grayscale: #828282. Windows color (decimal): -3839654 or 5925317. OLE color: 5925317.

HSL color Cylindrical-coordinate representation of color #C5695A: hue angle of 8.41º 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 #C5695A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 90 -
CMYK 0 0.47 0.54 0.23
HSL 8.41º 0.48% 0.56% -
HSV(B) 8.41º 0.54% 0.77% -
XYZ 29.92 22.71 12.48 -
YUV 130.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 197 105 90 0 0.47 0.54 0.23 8.41 0.48 0.56
Hex C5 69 5A 0 2F 36 17 8 30 38
Octal 305 151 132 0 57 66 27 10 60 70
Binary 11000101 1101001 1011010 0 101111 110110 10111 1000 110000 111000

Color Harmonies of #C5695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5695A

Black with #C5695A

Text Example


Text Example

White with #C5695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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