Html Css Color HEX #C25766 Cabaret

📋 copy color: '#C25766'

red 194 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #C25766

Tints of Cabaret #C25766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 102 (40.23% from 255) = 26.63%

R = 50.65%
G = 22.72%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25766 (or 0xC25766) is known color: Cabaret. HEX triplet: C2, 57 and 66. RGB value is (194,87,102). Sum of RGB (Red+Green+Blue) = 194+87+102=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25766 is #3DA899. Grayscale: #787878. Windows color (decimal): -4040858 or 6707138. OLE color: 6707138.

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

Color convert

RGB 194 87 102 -
CMYK 0 0.55 0.47 0.24
HSL 351.59º 0.47% 0.55% -
HSV(B) 351.59º 0.55% 0.76% -
XYZ 28.05 19.25 14.81 -
YUV 120.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 194 87 102 0 0.55 0.47 0.24 351.59 0.47 0.55
Hex C2 57 66 0 37 2F 18 160 2F 37
Octal 302 127 146 0 67 57 30 540 57 67
Binary 11000010 1010111 1100110 0 110111 101111 11000 101100000 101111 110111

Color Harmonies of #C25766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25766

Black with #C25766

Text Example


Text Example

White with #C25766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25766; }

 p { color: rgb(194,87,102); }

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

background-color css

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

 a { background-color: rgb(194,87,102); }

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

border-color css

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

 span { border-color: rgb(194,87,102); }

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