Html Css Color HEX #C25372 Cabaret

📋 copy color: '#C25372'

red 194 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #C25372

Tints of Cabaret #C25372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 49.62%
G = 21.23%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25372 (or 0xC25372) is known color: Cabaret. HEX triplet: C2, 53 and 72. RGB value is (194,83,114). Sum of RGB (Red+Green+Blue) = 194+83+114=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25372 is #3DAC8D. Grayscale: #777777. Windows color (decimal): -4041870 or 7492546. OLE color: 7492546.

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

Color convert

RGB 194 83 114 -
CMYK 0 0.57 0.41 0.24
HSL 343.24º 0.48% 0.54% -
HSV(B) 343.24º 0.57% 0.76% -
XYZ 28.38 18.87 18.07 -
YUV 119.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 194 83 114 0 0.57 0.41 0.24 343.24 0.48 0.54
Hex C2 53 72 0 39 29 18 157 30 36
Octal 302 123 162 0 71 51 30 527 60 66
Binary 11000010 1010011 1110010 0 111001 101001 11000 101010111 110000 110110

Color Harmonies of #C25372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25372

Black with #C25372

Text Example


Text Example

White with #C25372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25372; }

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

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

background-color css

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

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

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

border-color css

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

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

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