Html Css Color HEX #C25468 Cabaret

📋 copy color: '#C25468'

red 194 ◦ green 84 ◦ blue 104

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

Shades of Cabaret #C25468

Tints of Cabaret #C25468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 50.79%
G = 21.99%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25468 (or 0xC25468) is known color: Cabaret. HEX triplet: C2, 54 and 68. RGB value is (194,84,104). Sum of RGB (Red+Green+Blue) = 194+84+104=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25468 is #3DAB97. Grayscale: #777777. Windows color (decimal): -4041624 or 6837442. OLE color: 6837442.

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

Color convert

RGB 194 84 104 -
CMYK 0 0.57 0.46 0.24
HSL 349.09º 0.47% 0.55% -
HSV(B) 349.09º 0.57% 0.76% -
XYZ 27.92 18.81 15.26 -
YUV 119.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 194 84 104 0 0.57 0.46 0.24 349.09 0.47 0.55
Hex C2 54 68 0 39 2E 18 15D 2F 37
Octal 302 124 150 0 71 56 30 535 57 67
Binary 11000010 1010100 1101000 0 111001 101110 11000 101011101 101111 110111

Color Harmonies of #C25468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25468

Black with #C25468

Text Example


Text Example

White with #C25468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25468; }

 p { color: rgb(194,84,104); }

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

background-color css

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

 a { background-color: rgb(194,84,104); }

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

border-color css

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

 span { border-color: rgb(194,84,104); }

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