Html Css Color HEX #C7426D Cabaret

📋 copy color: '#C7426D'

red 199 ◦ green 66 ◦ blue 109

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

Shades of Cabaret #C7426D

Tints of Cabaret #C7426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 53.21%
G = 17.65%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7426D (or 0xC7426D) is known color: Cabaret. HEX triplet: C7, 42 and 6D. RGB value is (199,66,109). Sum of RGB (Red+Green+Blue) = 199+66+109=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7426D is #38BD92. Grayscale: #6E6E6E. Windows color (decimal): -3718547 or 7160519. OLE color: 7160519.

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

Color convert

RGB 199 66 109 -
CMYK 0 0.67 0.45 0.22
HSL 340.6º 0.54% 0.52% -
HSV(B) 340.6º 0.67% 0.78% -
XYZ 28.26 17.14 16.29 -
YUV 110.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 199 66 109 0 0.67 0.45 0.22 340.6 0.54 0.52
Hex C7 42 6D 0 43 2D 16 155 36 34
Octal 307 102 155 0 103 55 26 525 66 64
Binary 11000111 1000010 1101101 0 1000011 101101 10110 101010101 110110 110100

Color Harmonies of #C7426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7426D

Black with #C7426D

Text Example


Text Example

White with #C7426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7426D; }

 p { color: rgb(199,66,109); }

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

background-color css

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

 a { background-color: rgb(199,66,109); }

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

border-color css

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

 span { border-color: rgb(199,66,109); }

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