Html Css Color HEX #C5696F Cabaret

📋 copy color: '#C5696F'

red 197 ◦ green 105 ◦ blue 111

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

Shades of Cabaret #C5696F

Tints of Cabaret #C5696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 47.7%
G = 25.42%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5696F (or 0xC5696F) is known color: Cabaret. HEX triplet: C5, 69 and 6F. RGB value is (197,105,111). Sum of RGB (Red+Green+Blue) = 197+105+111=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5696F is #3A9690. Grayscale: #858585. Windows color (decimal): -3839633 or 7301573. OLE color: 7301573.

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

Color convert

RGB 197 105 111 -
CMYK 0 0.47 0.44 0.23
HSL 356.09º 0.44% 0.59% -
HSV(B) 356.09º 0.47% 0.77% -
XYZ 30.95 23.12 17.87 -
YUV 133.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 197 105 111 0 0.47 0.44 0.23 356.09 0.44 0.59
Hex C5 69 6F 0 2F 2C 17 164 2C 3B
Octal 305 151 157 0 57 54 27 544 54 73
Binary 11000101 1101001 1101111 0 101111 101100 10111 101100100 101100 111011

Color Harmonies of #C5696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5696F

Black with #C5696F

Text Example


Text Example

White with #C5696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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