Html Css Color HEX #C25B6D Cabaret

📋 copy color: '#C25B6D'

red 194 ◦ green 91 ◦ blue 109

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

Shades of Cabaret #C25B6D

Tints of Cabaret #C25B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 49.24%
G = 23.1%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C25B6D (or 0xC25B6D) is known color: Cabaret. HEX triplet: C2, 5B and 6D. RGB value is (194,91,109). Sum of RGB (Red+Green+Blue) = 194+91+109=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6D is #3DA492. Grayscale: #7B7B7B. Windows color (decimal): -4039827 or 7166914. OLE color: 7166914.

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

Color convert

RGB 194 91 109 -
CMYK 0 0.53 0.44 0.24
HSL 349.51º 0.46% 0.56% -
HSV(B) 349.51º 0.53% 0.76% -
XYZ 28.75 20.06 16.82 -
YUV 123.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 194 91 109 0 0.53 0.44 0.24 349.51 0.46 0.56
Hex C2 5B 6D 0 35 2C 18 15E 2E 38
Octal 302 133 155 0 65 54 30 536 56 70
Binary 11000010 1011011 1101101 0 110101 101100 11000 101011110 101110 111000

Color Harmonies of #C25B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B6D

Black with #C25B6D

Text Example


Text Example

White with #C25B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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