Html Css Color HEX #C8426D Cabaret

📋 copy color: '#C8426D'

red 200 ◦ green 66 ◦ blue 109

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

Shades of Cabaret #C8426D

Tints of Cabaret #C8426D

RGB

 RED value IS 200 (78.52% from 255) = 53.33%

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

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

R = 53.33%
G = 17.6%
B = 29.07%

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

#C8426D (or 0xC8426D) is known color: Cabaret. HEX triplet: C8, 42 and 6D. RGB value is (200,66,109). Sum of RGB (Red+Green+Blue) = 200+66+109=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8426D is #37BD92. Grayscale: #6E6E6E. Windows color (decimal): -3653011 or 7160520. OLE color: 7160520.

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

Color convert

RGB 200 66 109 -
CMYK 0 0.67 0.46 0.22
HSL 340.75º 0.55% 0.52% -
HSV(B) 340.75º 0.67% 0.78% -
XYZ 28.53 17.28 16.3 -
YUV 110.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 200 66 109 0 0.67 0.46 0.22 340.75 0.55 0.52
Hex C8 42 6D 0 43 2E 16 155 37 34
Octal 310 102 155 0 103 56 26 525 67 64
Binary 11001000 1000010 1101101 0 1000011 101110 10110 101010101 110111 110100

Color Harmonies of #C8426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8426D

Black with #C8426D

Text Example


Text Example

White with #C8426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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