Html Css Color HEX #C5627A Cabaret

📋 copy color: '#C5627A'

red 197 ◦ green 98 ◦ blue 122

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

Shades of Cabaret #C5627A

Tints of Cabaret #C5627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 47.24%
G = 23.5%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5627A (or 0xC5627A) is known color: Cabaret. HEX triplet: C5, 62 and 7A. RGB value is (197,98,122). Sum of RGB (Red+Green+Blue) = 197+98+122=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5627A is #3A9D85. Grayscale: #828282. Windows color (decimal): -3841414 or 8020677. OLE color: 8020677.

HSL color Cylindrical-coordinate representation of color #C5627A: hue angle of 345.45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5627A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 122 -
CMYK 0 0.50 0.38 0.23
HSL 345.45º 0.46% 0.58% -
HSV(B) 345.45º 0.5% 0.77% -
XYZ 30.91 22.01 21.03 -
YUV 130.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 197 98 122 0 0.50 0.38 0.23 345.45 0.46 0.58
Hex C5 62 7A 0 32 26 17 159 2E 3A
Octal 305 142 172 0 62 46 27 531 56 72
Binary 11000101 1100010 1111010 0 110010 100110 10111 101011001 101110 111010

Color Harmonies of #C5627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5627A

Black with #C5627A

Text Example


Text Example

White with #C5627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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