Html Css Color HEX #C25F75 Cabaret

📋 copy color: '#C25F75'

red 194 ◦ green 95 ◦ blue 117

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

Shades of Cabaret #C25F75

Tints of Cabaret #C25F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 47.78%
G = 23.4%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25F75 (or 0xC25F75) is known color: Cabaret. HEX triplet: C2, 5F and 75. RGB value is (194,95,117). Sum of RGB (Red+Green+Blue) = 194+95+117=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F75 is #3DA08A. Grayscale: #7F7F7F. Windows color (decimal): -4038795 or 7692226. OLE color: 7692226.

HSL color Cylindrical-coordinate representation of color #C25F75: hue angle of 346.67º 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 #C25F75 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 117 -
CMYK 0 0.51 0.40 0.24
HSL 346.67º 0.45% 0.57% -
HSV(B) 346.67º 0.51% 0.76% -
XYZ 29.55 20.94 19.31 -
YUV 127.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 194 95 117 0 0.51 0.40 0.24 346.67 0.45 0.57
Hex C2 5F 75 0 33 28 18 15B 2D 39
Octal 302 137 165 0 63 50 30 533 55 71
Binary 11000010 1011111 1110101 0 110011 101000 11000 101011011 101101 111001

Color Harmonies of #C25F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F75

Black with #C25F75

Text Example


Text Example

White with #C25F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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