Html Css Color HEX #C5607D Cabaret

📋 copy color: '#C5607D'

red 197 ◦ green 96 ◦ blue 125

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

Shades of Cabaret #C5607D

Tints of Cabaret #C5607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 47.13%
G = 22.97%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5607D (or 0xC5607D) is known color: Cabaret. HEX triplet: C5, 60 and 7D. RGB value is (197,96,125). Sum of RGB (Red+Green+Blue) = 197+96+125=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607D is #3A9F82. Grayscale: #818181. Windows color (decimal): -3841923 or 8216773. OLE color: 8216773.

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

Color convert

RGB 197 96 125 -
CMYK 0 0.51 0.37 0.23
HSL 342.77º 0.47% 0.57% -
HSV(B) 342.77º 0.51% 0.77% -
XYZ 30.91 21.72 21.96 -
YUV 129.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 197 96 125 0 0.51 0.37 0.23 342.77 0.47 0.57
Hex C5 60 7D 0 33 25 17 157 2F 39
Octal 305 140 175 0 63 45 27 527 57 71
Binary 11000101 1100000 1111101 0 110011 100101 10111 101010111 101111 111001

Color Harmonies of #C5607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5607D

Black with #C5607D

Text Example


Text Example

White with #C5607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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