Html Css Color HEX #C5425F Cabaret

📋 copy color: '#C5425F'

red 197 ◦ green 66 ◦ blue 95

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

Shades of Cabaret #C5425F

Tints of Cabaret #C5425F

RGB

 RED value IS 197 (77.34% from 255) = 55.03%

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 55.03%
G = 18.44%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5425F (or 0xC5425F) is known color: Cabaret. HEX triplet: C5, 42 and 5F. RGB value is (197,66,95). Sum of RGB (Red+Green+Blue) = 197+66+95=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5425F is #3ABDA0. Grayscale: #6C6C6C. Windows color (decimal): -3849633 or 6243013. OLE color: 6243013.

HSL color Cylindrical-coordinate representation of color #C5425F: hue angle of 346.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5425F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 95 -
CMYK 0 0.66 0.52 0.23
HSL 346.72º 0.53% 0.52% -
HSV(B) 346.72º 0.66% 0.77% -
XYZ 27.04 16.59 12.6 -
YUV 108.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 197 66 95 0 0.66 0.52 0.23 346.72 0.53 0.52
Hex C5 42 5F 0 42 34 17 15B 35 34
Octal 305 102 137 0 102 64 27 533 65 64
Binary 11000101 1000010 1011111 0 1000010 110100 10111 101011011 110101 110100

Color Harmonies of #C5425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5425F

Black with #C5425F

Text Example


Text Example

White with #C5425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5425F; }

 p { color: rgb(197,66,95); }

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

background-color css

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

 a { background-color: rgb(197,66,95); }

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

border-color css

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

 span { border-color: rgb(197,66,95); }

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