Html Css Color HEX #C7416C Cabaret

📋 copy color: '#C7416C'

red 199 ◦ green 65 ◦ blue 108

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

Shades of Cabaret #C7416C

Tints of Cabaret #C7416C

RGB

 RED value IS 199 (78.13% from 255) = 53.49%

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 53.49%
G = 17.47%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7416C (or 0xC7416C) is known color: Cabaret. HEX triplet: C7, 41 and 6C. RGB value is (199,65,108). Sum of RGB (Red+Green+Blue) = 199+65+108=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7416C is #38BE93. Grayscale: #6D6D6D. Windows color (decimal): -3718804 or 7094727. OLE color: 7094727.

HSL color Cylindrical-coordinate representation of color #C7416C: hue angle of 340.75º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7416C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 108 -
CMYK 0 0.67 0.46 0.22
HSL 340.75º 0.54% 0.52% -
HSV(B) 340.75º 0.67% 0.78% -
XYZ 28.15 17.01 15.99 -
YUV 109.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 199 65 108 0 0.67 0.46 0.22 340.75 0.54 0.52
Hex C7 41 6C 0 43 2E 16 155 36 34
Octal 307 101 154 0 103 56 26 525 66 64
Binary 11000111 1000001 1101100 0 1000011 101110 10110 101010101 110110 110100

Color Harmonies of #C7416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7416C

Black with #C7416C

Text Example


Text Example

White with #C7416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7416C; }

 p { color: rgb(199,65,108); }

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

background-color css

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

 a { background-color: rgb(199,65,108); }

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

border-color css

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

 span { border-color: rgb(199,65,108); }

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