Html Css Color HEX #C25575 Cabaret

📋 copy color: '#C25575'

red 194 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #C25575

Tints of Cabaret #C25575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 48.99%
G = 21.46%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25575 (or 0xC25575) is known color: Cabaret. HEX triplet: C2, 55 and 75. RGB value is (194,85,117). Sum of RGB (Red+Green+Blue) = 194+85+117=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25575 is #3DAA8A. Grayscale: #797979. Windows color (decimal): -4041355 or 7689666. OLE color: 7689666.

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

Color convert

RGB 194 85 117 -
CMYK 0 0.56 0.40 0.24
HSL 342.39º 0.47% 0.55% -
HSV(B) 342.39º 0.56% 0.76% -
XYZ 28.71 19.25 19.03 -
YUV 121.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 194 85 117 0 0.56 0.40 0.24 342.39 0.47 0.55
Hex C2 55 75 0 38 28 18 156 2F 37
Octal 302 125 165 0 70 50 30 526 57 67
Binary 11000010 1010101 1110101 0 111000 101000 11000 101010110 101111 110111

Color Harmonies of #C25575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25575

Black with #C25575

Text Example


Text Example

White with #C25575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25575; }

 p { color: rgb(194,85,117); }

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

background-color css

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

 a { background-color: rgb(194,85,117); }

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

border-color css

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

 span { border-color: rgb(194,85,117); }

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