Html Css Color HEX #C55F7B Cabaret

📋 copy color: '#C55F7B'

red 197 ◦ green 95 ◦ blue 123

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

Shades of Cabaret #C55F7B

Tints of Cabaret #C55F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 47.47%
G = 22.89%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C55F7B (or 0xC55F7B) is known color: Cabaret. HEX triplet: C5, 5F and 7B. RGB value is (197,95,123). Sum of RGB (Red+Green+Blue) = 197+95+123=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F7B is #3AA084. Grayscale: #808080. Windows color (decimal): -3842181 or 8085445. OLE color: 8085445.

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

Color convert

RGB 197 95 123 -
CMYK 0 0.52 0.38 0.23
HSL 343.53º 0.47% 0.57% -
HSV(B) 343.53º 0.52% 0.77% -
XYZ 30.69 21.48 21.27 -
YUV 128.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 197 95 123 0 0.52 0.38 0.23 343.53 0.47 0.57
Hex C5 5F 7B 0 34 26 17 158 2F 39
Octal 305 137 173 0 64 46 27 530 57 71
Binary 11000101 1011111 1111011 0 110100 100110 10111 101011000 101111 111001

Color Harmonies of #C55F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F7B

Black with #C55F7B

Text Example


Text Example

White with #C55F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F7B; }

 p { color: rgb(197,95,123); }

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

background-color css

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

 a { background-color: rgb(197,95,123); }

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

border-color css

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

 span { border-color: rgb(197,95,123); }

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