Html Css Color HEX #C25B6E Cabaret

📋 copy color: '#C25B6E'

red 194 ◦ green 91 ◦ blue 110

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

Shades of Cabaret #C25B6E

Tints of Cabaret #C25B6E

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 49.11%
G = 23.04%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C25B6E (or 0xC25B6E) is known color: Cabaret. HEX triplet: C2, 5B and 6E. RGB value is (194,91,110). Sum of RGB (Red+Green+Blue) = 194+91+110=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6E is #3DA491. Grayscale: #7B7B7B. Windows color (decimal): -4039826 or 7232450. OLE color: 7232450.

HSL color Cylindrical-coordinate representation of color #C25B6E: hue angle of 348.93º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B6E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 91 110 -
CMYK 0 0.53 0.43 0.24
HSL 348.93º 0.46% 0.56% -
HSV(B) 348.93º 0.53% 0.76% -
XYZ 28.8 20.08 17.11 -
YUV 123.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 194 91 110 0 0.53 0.43 0.24 348.93 0.46 0.56
Hex C2 5B 6E 0 35 2B 18 15D 2E 38
Octal 302 133 156 0 65 53 30 535 56 70
Binary 11000010 1011011 1101110 0 110101 101011 11000 101011101 101110 111000

Color Harmonies of #C25B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B6E

Black with #C25B6E

Text Example


Text Example

White with #C25B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B6E; }

 p { color: rgb(194,91,110); }

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

background-color css

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

 a { background-color: rgb(194,91,110); }

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

border-color css

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

 span { border-color: rgb(194,91,110); }

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