Html Css Color HEX #C5607A Cabaret

📋 copy color: '#C5607A'

red 197 ◦ green 96 ◦ blue 122

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

Shades of Cabaret #C5607A

Tints of Cabaret #C5607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 47.47%
G = 23.13%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5607A (or 0xC5607A) is known color: Cabaret. HEX triplet: C5, 60 and 7A. RGB value is (197,96,122). Sum of RGB (Red+Green+Blue) = 197+96+122=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607A is #3A9F85. Grayscale: #818181. Windows color (decimal): -3841926 or 8020165. OLE color: 8020165.

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

Color convert

RGB 197 96 122 -
CMYK 0 0.51 0.38 0.23
HSL 344.55º 0.47% 0.57% -
HSV(B) 344.55º 0.51% 0.77% -
XYZ 30.72 21.64 20.97 -
YUV 129.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 197 96 122 0 0.51 0.38 0.23 344.55 0.47 0.57
Hex C5 60 7A 0 33 26 17 159 2F 39
Octal 305 140 172 0 63 46 27 531 57 71
Binary 11000101 1100000 1111010 0 110011 100110 10111 101011001 101111 111001

Color Harmonies of #C5607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5607A

Black with #C5607A

Text Example


Text Example

White with #C5607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5607A; }

 p { color: rgb(197,96,122); }

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

background-color css

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

 a { background-color: rgb(197,96,122); }

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

border-color css

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

 span { border-color: rgb(197,96,122); }

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