Html Css Color HEX #C25F6F Cabaret

📋 copy color: '#C25F6F'

red 194 ◦ green 95 ◦ blue 111

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

Shades of Cabaret #C25F6F

Tints of Cabaret #C25F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 48.5%
G = 23.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C25F6F (or 0xC25F6F) is known color: Cabaret. HEX triplet: C2, 5F and 6F. RGB value is (194,95,111). Sum of RGB (Red+Green+Blue) = 194+95+111=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F6F is #3DA090. Grayscale: #7E7E7E. Windows color (decimal): -4038801 or 7299010. OLE color: 7299010.

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

Color convert

RGB 194 95 111 -
CMYK 0 0.51 0.43 0.24
HSL 350.3º 0.45% 0.57% -
HSV(B) 350.3º 0.51% 0.76% -
XYZ 29.21 20.8 17.51 -
YUV 126.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 194 95 111 0 0.51 0.43 0.24 350.3 0.45 0.57
Hex C2 5F 6F 0 33 2B 18 15E 2D 39
Octal 302 137 157 0 63 53 30 536 55 71
Binary 11000010 1011111 1101111 0 110011 101011 11000 101011110 101101 111001

Color Harmonies of #C25F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F6F

Black with #C25F6F

Text Example


Text Example

White with #C25F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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