Html Css Color HEX #C25865 Cabaret

📋 copy color: '#C25865'

red 194 ◦ green 88 ◦ blue 101

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

Shades of Cabaret #C25865

Tints of Cabaret #C25865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 50.65%
G = 22.98%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25865 (or 0xC25865) is known color: Cabaret. HEX triplet: C2, 58 and 65. RGB value is (194,88,101). Sum of RGB (Red+Green+Blue) = 194+88+101=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25865 is #3DA79A. Grayscale: #797979. Windows color (decimal): -4040603 or 6641858. OLE color: 6641858.

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

Color convert

RGB 194 88 101 -
CMYK 0 0.55 0.48 0.24
HSL 352.64º 0.46% 0.55% -
HSV(B) 352.64º 0.55% 0.76% -
XYZ 28.09 19.39 14.57 -
YUV 121.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 194 88 101 0 0.55 0.48 0.24 352.64 0.46 0.55
Hex C2 58 65 0 37 30 18 161 2E 37
Octal 302 130 145 0 67 60 30 541 56 67
Binary 11000010 1011000 1100101 0 110111 110000 11000 101100001 101110 110111

Color Harmonies of #C25865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25865

Black with #C25865

Text Example


Text Example

White with #C25865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25865; }

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

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

background-color css

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

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

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

border-color css

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

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

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