Html Css Color HEX #C25368 Cabaret

📋 copy color: '#C25368'

red 194 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #C25368

Tints of Cabaret #C25368

RGB

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

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

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

R = 50.92%
G = 21.78%
B = 27.3%

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

#C25368 (or 0xC25368) is known color: Cabaret. HEX triplet: C2, 53 and 68. RGB value is (194,83,104). Sum of RGB (Red+Green+Blue) = 194+83+104=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25368 is #3DAC97. Grayscale: #767676. Windows color (decimal): -4041880 or 6837186. OLE color: 6837186.

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

Color convert

RGB 194 83 104 -
CMYK 0 0.57 0.46 0.24
HSL 348.65º 0.48% 0.54% -
HSV(B) 348.65º 0.57% 0.76% -
XYZ 27.84 18.66 15.23 -
YUV 118.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 194 83 104 0 0.57 0.46 0.24 348.65 0.48 0.54
Hex C2 53 68 0 39 2E 18 15D 30 36
Octal 302 123 150 0 71 56 30 535 60 66
Binary 11000010 1010011 1101000 0 111001 101110 11000 101011101 110000 110110

Color Harmonies of #C25368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25368

Black with #C25368

Text Example


Text Example

White with #C25368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25368; }

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

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

background-color css

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

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

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

border-color css

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

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

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