Html Css Color HEX #C5416B Cabaret

📋 copy color: '#C5416B'

red 197 ◦ green 65 ◦ blue 107

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

Shades of Cabaret #C5416B

Tints of Cabaret #C5416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 53.39%
G = 17.62%
B = 29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5416B (or 0xC5416B) is known color: Cabaret. HEX triplet: C5, 41 and 6B. RGB value is (197,65,107). Sum of RGB (Red+Green+Blue) = 197+65+107=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5416B is #3ABE94. Grayscale: #6D6D6D. Windows color (decimal): -3849877 or 7029189. OLE color: 7029189.

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

Color convert

RGB 197 65 107 -
CMYK 0 0.67 0.46 0.23
HSL 340.91º 0.53% 0.51% -
HSV(B) 340.91º 0.67% 0.77% -
XYZ 27.57 16.71 15.68 -
YUV 109.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 197 65 107 0 0.67 0.46 0.23 340.91 0.53 0.51
Hex C5 41 6B 0 43 2E 17 155 35 33
Octal 305 101 153 0 103 56 27 525 65 63
Binary 11000101 1000001 1101011 0 1000011 101110 10111 101010101 110101 110011

Color Harmonies of #C5416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5416B

Black with #C5416B

Text Example


Text Example

White with #C5416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5416B; }

 p { color: rgb(197,65,107); }

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

background-color css

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

 a { background-color: rgb(197,65,107); }

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

border-color css

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

 span { border-color: rgb(197,65,107); }

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