Html Css Color HEX #C5696C Cabaret

📋 copy color: '#C5696C'

red 197 ◦ green 105 ◦ blue 108

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

Shades of Cabaret #C5696C

Tints of Cabaret #C5696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 48.05%
G = 25.61%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5696C (or 0xC5696C) is known color: Cabaret. HEX triplet: C5, 69 and 6C. RGB value is (197,105,108). Sum of RGB (Red+Green+Blue) = 197+105+108=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5696C is #3A9693. Grayscale: #848484. Windows color (decimal): -3839636 or 7104965. OLE color: 7104965.

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

Color convert

RGB 197 105 108 -
CMYK 0 0.47 0.45 0.23
HSL 358.04º 0.44% 0.59% -
HSV(B) 358.04º 0.47% 0.77% -
XYZ 30.78 23.06 17.02 -
YUV 132.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 197 105 108 0 0.47 0.45 0.23 358.04 0.44 0.59
Hex C5 69 6C 0 2F 2D 17 166 2C 3B
Octal 305 151 154 0 57 55 27 546 54 73
Binary 11000101 1101001 1101100 0 101111 101101 10111 101100110 101100 111011

Color Harmonies of #C5696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5696C

Black with #C5696C

Text Example


Text Example

White with #C5696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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