Html Css Color HEX #C5695C Sunglo

📋 copy color: '#C5695C'

red 197 ◦ green 105 ◦ blue 92

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

Shades of Sunglo #C5695C

Tints of Sunglo #C5695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 50%
G = 26.65%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5695C (or 0xC5695C) is known color: Sunglo. HEX triplet: C5, 69 and 5C. RGB value is (197,105,92). Sum of RGB (Red+Green+Blue) = 197+105+92=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5695C is #3A96A3. Grayscale: #838383. Windows color (decimal): -3839652 or 6056389. OLE color: 6056389.

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

Color convert

RGB 197 105 92 -
CMYK 0 0.47 0.53 0.23
HSL 7.43º 0.48% 0.57% -
HSV(B) 7.43º 0.53% 0.77% -
XYZ 30.01 22.75 12.93 -
YUV 131.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 197 105 92 0 0.47 0.53 0.23 7.43 0.48 0.57
Hex C5 69 5C 0 2F 35 17 7 30 39
Octal 305 151 134 0 57 65 27 7 60 71
Binary 11000101 1101001 1011100 0 101111 110101 10111 111 110000 111001

Color Harmonies of #C5695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5695C

Black with #C5695C

Text Example


Text Example

White with #C5695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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