Html Css Color HEX #C25D7B Cabaret

📋 copy color: '#C25D7B'

red 194 ◦ green 93 ◦ blue 123

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

Shades of Cabaret #C25D7B

Tints of Cabaret #C25D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 47.32%
G = 22.68%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C25D7B (or 0xC25D7B) is known color: Cabaret. HEX triplet: C2, 5D and 7B. RGB value is (194,93,123). Sum of RGB (Red+Green+Blue) = 194+93+123=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D7B is #3DA284. Grayscale: #7E7E7E. Windows color (decimal): -4039301 or 8084930. OLE color: 8084930.

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

Color convert

RGB 194 93 123 -
CMYK 0 0.52 0.37 0.24
HSL 342.18º 0.45% 0.56% -
HSV(B) 342.18º 0.52% 0.76% -
XYZ 29.74 20.73 21.17 -
YUV 126.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 194 93 123 0 0.52 0.37 0.24 342.18 0.45 0.56
Hex C2 5D 7B 0 34 25 18 156 2D 38
Octal 302 135 173 0 64 45 30 526 55 70
Binary 11000010 1011101 1111011 0 110100 100101 11000 101010110 101101 111000

Color Harmonies of #C25D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D7B

Black with #C25D7B

Text Example


Text Example

White with #C25D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D7B; }

 p { color: rgb(194,93,123); }

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

background-color css

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

 a { background-color: rgb(194,93,123); }

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

border-color css

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

 span { border-color: rgb(194,93,123); }

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