Html Css Color HEX #C25968 Cabaret

📋 copy color: '#C25968'

red 194 ◦ green 89 ◦ blue 104

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

Shades of Cabaret #C25968

Tints of Cabaret #C25968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 50.13%
G = 23%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25968 (or 0xC25968) is known color: Cabaret. HEX triplet: C2, 59 and 68. RGB value is (194,89,104). Sum of RGB (Red+Green+Blue) = 194+89+104=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25968 is #3DA697. Grayscale: #7A7A7A. Windows color (decimal): -4040344 or 6838722. OLE color: 6838722.

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

Color convert

RGB 194 89 104 -
CMYK 0 0.54 0.46 0.24
HSL 351.43º 0.46% 0.55% -
HSV(B) 351.43º 0.54% 0.76% -
XYZ 28.32 19.61 15.39 -
YUV 122.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 194 89 104 0 0.54 0.46 0.24 351.43 0.46 0.55
Hex C2 59 68 0 36 2E 18 15F 2E 37
Octal 302 131 150 0 66 56 30 537 56 67
Binary 11000010 1011001 1101000 0 110110 101110 11000 101011111 101110 110111

Color Harmonies of #C25968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25968

Black with #C25968

Text Example


Text Example

White with #C25968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25968; }

 p { color: rgb(194,89,104); }

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

background-color css

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

 a { background-color: rgb(194,89,104); }

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

border-color css

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

 span { border-color: rgb(194,89,104); }

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