Html Css Color HEX #C25672 Cabaret

📋 copy color: '#C25672'

red 194 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #C25672

Tints of Cabaret #C25672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

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

R = 49.24%
G = 21.83%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25672 (or 0xC25672) is known color: Cabaret. HEX triplet: C2, 56 and 72. RGB value is (194,86,114). Sum of RGB (Red+Green+Blue) = 194+86+114=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25672 is #3DA98D. Grayscale: #797979. Windows color (decimal): -4041102 or 7493314. OLE color: 7493314.

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

Color convert

RGB 194 86 114 -
CMYK 0 0.56 0.41 0.24
HSL 344.44º 0.47% 0.55% -
HSV(B) 344.44º 0.56% 0.76% -
XYZ 28.61 19.34 18.14 -
YUV 121.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 194 86 114 0 0.56 0.41 0.24 344.44 0.47 0.55
Hex C2 56 72 0 38 29 18 158 2F 37
Octal 302 126 162 0 70 51 30 530 57 67
Binary 11000010 1010110 1110010 0 111000 101001 11000 101011000 101111 110111

Color Harmonies of #C25672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25672

Black with #C25672

Text Example


Text Example

White with #C25672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25672; }

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

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

background-color css

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

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

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

border-color css

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

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

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