Html Css Color HEX #C25B7B Cabaret

📋 copy color: '#C25B7B'

red 194 ◦ green 91 ◦ blue 123

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

Shades of Cabaret #C25B7B

Tints of Cabaret #C25B7B

RGB

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

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

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

R = 47.55%
G = 22.3%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C25B7B (or 0xC25B7B) is known color: Cabaret. HEX triplet: C2, 5B and 7B. RGB value is (194,91,123). Sum of RGB (Red+Green+Blue) = 194+91+123=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B7B is #3DA484. Grayscale: #7D7D7D. Windows color (decimal): -4039813 or 8084418. OLE color: 8084418.

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

Color convert

RGB 194 91 123 -
CMYK 0 0.53 0.37 0.24
HSL 341.36º 0.46% 0.56% -
HSV(B) 341.36º 0.53% 0.76% -
XYZ 29.56 20.38 21.11 -
YUV 125.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 194 91 123 0 0.53 0.37 0.24 341.36 0.46 0.56
Hex C2 5B 7B 0 35 25 18 155 2E 38
Octal 302 133 173 0 65 45 30 525 56 70
Binary 11000010 1011011 1111011 0 110101 100101 11000 101010101 101110 111000

Color Harmonies of #C25B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B7B

Black with #C25B7B

Text Example


Text Example

White with #C25B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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