Html Css Color HEX #C25A7A Cabaret

📋 copy color: '#C25A7A'

red 194 ◦ green 90 ◦ blue 122

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

Shades of Cabaret #C25A7A

Tints of Cabaret #C25A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 47.78%
G = 22.17%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C25A7A (or 0xC25A7A) is known color: Cabaret. HEX triplet: C2, 5A and 7A. RGB value is (194,90,122). Sum of RGB (Red+Green+Blue) = 194+90+122=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A7A is #3DA585. Grayscale: #7C7C7C. Windows color (decimal): -4040070 or 8018626. OLE color: 8018626.

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

Color convert

RGB 194 90 122 -
CMYK 0 0.54 0.37 0.24
HSL 341.54º 0.46% 0.56% -
HSV(B) 341.54º 0.54% 0.76% -
XYZ 29.42 20.19 20.76 -
YUV 124.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 194 90 122 0 0.54 0.37 0.24 341.54 0.46 0.56
Hex C2 5A 7A 0 36 25 18 156 2E 38
Octal 302 132 172 0 66 45 30 526 56 70
Binary 11000010 1011010 1111010 0 110110 100101 11000 101010110 101110 111000

Color Harmonies of #C25A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A7A

Black with #C25A7A

Text Example


Text Example

White with #C25A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A7A; }

 p { color: rgb(194,90,122); }

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

background-color css

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

 a { background-color: rgb(194,90,122); }

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

border-color css

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

 span { border-color: rgb(194,90,122); }

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