Html Css Color HEX #C25B66 Cabaret

📋 copy color: '#C25B66'

red 194 ◦ green 91 ◦ blue 102

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

Shades of Cabaret #C25B66

Tints of Cabaret #C25B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

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

R = 50.13%
G = 23.51%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25B66 (or 0xC25B66) is known color: Cabaret. HEX triplet: C2, 5B and 66. RGB value is (194,91,102). Sum of RGB (Red+Green+Blue) = 194+91+102=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B66 is #3DA499. Grayscale: #7B7B7B. Windows color (decimal): -4039834 or 6708162. OLE color: 6708162.

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

Color convert

RGB 194 91 102 -
CMYK 0 0.53 0.47 0.24
HSL 353.59º 0.46% 0.56% -
HSV(B) 353.59º 0.53% 0.76% -
XYZ 28.39 19.91 14.92 -
YUV 123.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 194 91 102 0 0.53 0.47 0.24 353.59 0.46 0.56
Hex C2 5B 66 0 35 2F 18 162 2E 38
Octal 302 133 146 0 65 57 30 542 56 70
Binary 11000010 1011011 1100110 0 110101 101111 11000 101100010 101110 111000

Color Harmonies of #C25B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B66

Black with #C25B66

Text Example


Text Example

White with #C25B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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