Html Css Color HEX #C7405F Cabaret

📋 copy color: '#C7405F'

red 199 ◦ green 64 ◦ blue 95

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

Shades of Cabaret #C7405F

Tints of Cabaret #C7405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 55.59%
G = 17.88%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7405F (or 0xC7405F) is known color: Cabaret. HEX triplet: C7, 40 and 5F. RGB value is (199,64,95). Sum of RGB (Red+Green+Blue) = 199+64+95=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7405F is #38BFA0. Grayscale: #6B6B6B. Windows color (decimal): -3719073 or 6242503. OLE color: 6242503.

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

Color convert

RGB 199 64 95 -
CMYK 0 0.68 0.52 0.22
HSL 346.22º 0.55% 0.52% -
HSV(B) 346.22º 0.68% 0.78% -
XYZ 27.45 16.64 12.59 -
YUV 107.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 199 64 95 0 0.68 0.52 0.22 346.22 0.55 0.52
Hex C7 40 5F 0 44 34 16 15A 37 34
Octal 307 100 137 0 104 64 26 532 67 64
Binary 11000111 1000000 1011111 0 1000100 110100 10110 101011010 110111 110100

Color Harmonies of #C7405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7405F

Black with #C7405F

Text Example


Text Example

White with #C7405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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