Html Css Color HEX #C25C72 Cabaret

📋 copy color: '#C25C72'

red 194 ◦ green 92 ◦ blue 114

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

Shades of Cabaret #C25C72

Tints of Cabaret #C25C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 48.5%
G = 23%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25C72 (or 0xC25C72) is known color: Cabaret. HEX triplet: C2, 5C and 72. RGB value is (194,92,114). Sum of RGB (Red+Green+Blue) = 194+92+114=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C72 is #3DA38D. Grayscale: #7D7D7D. Windows color (decimal): -4039566 or 7494850. OLE color: 7494850.

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

Color convert

RGB 194 92 114 -
CMYK 0 0.53 0.41 0.24
HSL 347.06º 0.46% 0.56% -
HSV(B) 347.06º 0.53% 0.76% -
XYZ 29.11 20.34 18.31 -
YUV 125.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 194 92 114 0 0.53 0.41 0.24 347.06 0.46 0.56
Hex C2 5C 72 0 35 29 18 15B 2E 38
Octal 302 134 162 0 65 51 30 533 56 70
Binary 11000010 1011100 1110010 0 110101 101001 11000 101011011 101110 111000

Color Harmonies of #C25C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C72

Black with #C25C72

Text Example


Text Example

White with #C25C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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