Html Css Color HEX #C25A6B Cabaret

📋 copy color: '#C25A6B'

red 194 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #C25A6B

Tints of Cabaret #C25A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 49.62%
G = 23.02%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C25A6B (or 0xC25A6B) is known color: Cabaret. HEX triplet: C2, 5A and 6B. RGB value is (194,90,107). Sum of RGB (Red+Green+Blue) = 194+90+107=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A6B is #3DA594. Grayscale: #7B7B7B. Windows color (decimal): -4040085 or 7035586. OLE color: 7035586.

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

Color convert

RGB 194 90 107 -
CMYK 0 0.54 0.45 0.24
HSL 350.19º 0.46% 0.56% -
HSV(B) 350.19º 0.54% 0.76% -
XYZ 28.56 19.84 16.23 -
YUV 123.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 194 90 107 0 0.54 0.45 0.24 350.19 0.46 0.56
Hex C2 5A 6B 0 36 2D 18 15E 2E 38
Octal 302 132 153 0 66 55 30 536 56 70
Binary 11000010 1011010 1101011 0 110110 101101 11000 101011110 101110 111000

Color Harmonies of #C25A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A6B

Black with #C25A6B

Text Example


Text Example

White with #C25A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A6B; }

 p { color: rgb(194,90,107); }

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

background-color css

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

 a { background-color: rgb(194,90,107); }

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

border-color css

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

 span { border-color: rgb(194,90,107); }

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