Html Css Color HEX #C7415F Cabaret

📋 copy color: '#C7415F'

red 199 ◦ green 65 ◦ blue 95

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

Shades of Cabaret #C7415F

Tints of Cabaret #C7415F

RGB

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

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

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

R = 55.43%
G = 18.11%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7415F (or 0xC7415F) is known color: Cabaret. HEX triplet: C7, 41 and 5F. RGB value is (199,65,95). Sum of RGB (Red+Green+Blue) = 199+65+95=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7415F is #38BEA0. Grayscale: #6C6C6C. Windows color (decimal): -3718817 or 6242759. OLE color: 6242759.

HSL color Cylindrical-coordinate representation of color #C7415F: hue angle of 346.57º 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 #C7415F is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 65 95 -
CMYK 0 0.67 0.52 0.22
HSL 346.57º 0.54% 0.52% -
HSV(B) 346.57º 0.67% 0.78% -
XYZ 27.51 16.75 12.61 -
YUV 108.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 199 65 95 0 0.67 0.52 0.22 346.57 0.54 0.52
Hex C7 41 5F 0 43 34 16 15B 36 34
Octal 307 101 137 0 103 64 26 533 66 64
Binary 11000111 1000001 1011111 0 1000011 110100 10110 101011011 110110 110100

Color Harmonies of #C7415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7415F

Black with #C7415F

Text Example


Text Example

White with #C7415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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