Html Css Color HEX #C25069 Cabaret

📋 copy color: '#C25069'

red 194 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #C25069

Tints of Cabaret #C25069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 51.19%
G = 21.11%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25069 (or 0xC25069) is known color: Cabaret. HEX triplet: C2, 50 and 69. RGB value is (194,80,105). Sum of RGB (Red+Green+Blue) = 194+80+105=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25069 is #3DAF96. Grayscale: #747474. Windows color (decimal): -4042647 or 6901954. OLE color: 6901954.

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

Color convert

RGB 194 80 105 -
CMYK 0 0.59 0.46 0.24
HSL 346.84º 0.48% 0.54% -
HSV(B) 346.84º 0.59% 0.76% -
XYZ 27.67 18.23 15.42 -
YUV 116.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 194 80 105 0 0.59 0.46 0.24 346.84 0.48 0.54
Hex C2 50 69 0 3B 2E 18 15B 30 36
Octal 302 120 151 0 73 56 30 533 60 66
Binary 11000010 1010000 1101001 0 111011 101110 11000 101011011 110000 110110

Color Harmonies of #C25069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25069

Black with #C25069

Text Example


Text Example

White with #C25069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25069; }

 p { color: rgb(194,80,105); }

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

background-color css

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

 a { background-color: rgb(194,80,105); }

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

border-color css

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

 span { border-color: rgb(194,80,105); }

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