Html Css Color HEX #C25F72 Cabaret

📋 copy color: '#C25F72'

red 194 ◦ green 95 ◦ blue 114

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

Shades of Cabaret #C25F72

Tints of Cabaret #C25F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 48.14%
G = 23.57%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25F72 (or 0xC25F72) is known color: Cabaret. HEX triplet: C2, 5F and 72. RGB value is (194,95,114). Sum of RGB (Red+Green+Blue) = 194+95+114=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F72 is #3DA08D. Grayscale: #7E7E7E. Windows color (decimal): -4038798 or 7495618. OLE color: 7495618.

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

Color convert

RGB 194 95 114 -
CMYK 0 0.51 0.41 0.24
HSL 348.48º 0.45% 0.57% -
HSV(B) 348.48º 0.51% 0.76% -
XYZ 29.38 20.87 18.4 -
YUV 126.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 194 95 114 0 0.51 0.41 0.24 348.48 0.45 0.57
Hex C2 5F 72 0 33 29 18 15C 2D 39
Octal 302 137 162 0 63 51 30 534 55 71
Binary 11000010 1011111 1110010 0 110011 101001 11000 101011100 101101 111001

Color Harmonies of #C25F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F72

Black with #C25F72

Text Example


Text Example

White with #C25F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F72; }

 p { color: rgb(194,95,114); }

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

background-color css

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

 a { background-color: rgb(194,95,114); }

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

border-color css

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

 span { border-color: rgb(194,95,114); }

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