Html Css Color HEX #C25066 Cabaret

📋 copy color: '#C25066'

red 194 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #C25066

Tints of Cabaret #C25066

RGB

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

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

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

R = 51.6%
G = 21.28%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25066 (or 0xC25066) is known color: Cabaret. HEX triplet: C2, 50 and 66. RGB value is (194,80,102). Sum of RGB (Red+Green+Blue) = 194+80+102=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C25066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25066 is #3DAF99. Grayscale: #747474. Windows color (decimal): -4042650 or 6705346. OLE color: 6705346.

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

Color convert

RGB 194 80 102 -
CMYK 0 0.59 0.47 0.24
HSL 348.42º 0.48% 0.54% -
HSV(B) 348.42º 0.59% 0.76% -
XYZ 27.52 18.17 14.63 -
YUV 116.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 194 80 102 0 0.59 0.47 0.24 348.42 0.48 0.54
Hex C2 50 66 0 3B 2F 18 15C 30 36
Octal 302 120 146 0 73 57 30 534 60 66
Binary 11000010 1010000 1100110 0 111011 101111 11000 101011100 110000 110110

Color Harmonies of #C25066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25066

Black with #C25066

Text Example


Text Example

White with #C25066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25066; }

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

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

background-color css

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

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

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

border-color css

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

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

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