Html Css Color HEX #C25665 Cabaret

📋 copy color: '#C25665'

red 194 ◦ green 86 ◦ blue 101

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

Shades of Cabaret #C25665

Tints of Cabaret #C25665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

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

R = 50.92%
G = 22.57%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25665 (or 0xC25665) is known color: Cabaret. HEX triplet: C2, 56 and 65. RGB value is (194,86,101). Sum of RGB (Red+Green+Blue) = 194+86+101=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25665 is #3DA99A. Grayscale: #787878. Windows color (decimal): -4041115 or 6641346. OLE color: 6641346.

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

Color convert

RGB 194 86 101 -
CMYK 0 0.56 0.48 0.24
HSL 351.67º 0.47% 0.55% -
HSV(B) 351.67º 0.56% 0.76% -
XYZ 27.92 19.06 14.52 -
YUV 120 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 194 86 101 0 0.56 0.48 0.24 351.67 0.47 0.55
Hex C2 56 65 0 38 30 18 160 2F 37
Octal 302 126 145 0 70 60 30 540 57 67
Binary 11000010 1010110 1100101 0 111000 110000 11000 101100000 101111 110111

Color Harmonies of #C25665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25665

Black with #C25665

Text Example


Text Example

White with #C25665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25665; }

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

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

background-color css

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

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

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

border-color css

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

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

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