Html Css Color HEX #C25869 Cabaret

📋 copy color: '#C25869'

red 194 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #C25869

Tints of Cabaret #C25869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

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

R = 50.13%
G = 22.74%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25869 (or 0xC25869) is known color: Cabaret. HEX triplet: C2, 58 and 69. RGB value is (194,88,105). Sum of RGB (Red+Green+Blue) = 194+88+105=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25869 is #3DA796. Grayscale: #797979. Windows color (decimal): -4040599 or 6904002. OLE color: 6904002.

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

Color convert

RGB 194 88 105 -
CMYK 0 0.55 0.46 0.24
HSL 350.38º 0.46% 0.55% -
HSV(B) 350.38º 0.55% 0.76% -
XYZ 28.29 19.47 15.63 -
YUV 121.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 194 88 105 0 0.55 0.46 0.24 350.38 0.46 0.55
Hex C2 58 69 0 37 2E 18 15E 2E 37
Octal 302 130 151 0 67 56 30 536 56 67
Binary 11000010 1011000 1101001 0 110111 101110 11000 101011110 101110 110111

Color Harmonies of #C25869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25869

Black with #C25869

Text Example


Text Example

White with #C25869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25869; }

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

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

background-color css

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

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

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

border-color css

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

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

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