Html Css Color HEX #C9626E Cabaret

📋 copy color: '#C9626E'

red 201 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #C9626E

Tints of Cabaret #C9626E

RGB

 RED value IS 201 (78.91% from 255) = 49.14%

 GREEN value IS 98 (38.67% from 255) = 23.96%

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 49.14%
G = 23.96%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9626E (or 0xC9626E) is known color: Cabaret. HEX triplet: C9, 62 and 6E. RGB value is (201,98,110). Sum of RGB (Red+Green+Blue) = 201+98+110=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9626E is #369D91. Grayscale: #828282. Windows color (decimal): -3579282 or 7234249. OLE color: 7234249.

HSL color Cylindrical-coordinate representation of color #C9626E: hue angle of 353.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9626E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 110 -
CMYK 0 0.51 0.45 0.21
HSL 353.01º 0.49% 0.59% -
HSV(B) 353.01º 0.51% 0.79% -
XYZ 31.27 22.28 17.4 -
YUV 130.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 201 98 110 0 0.51 0.45 0.21 353.01 0.49 0.59
Hex C9 62 6E 0 33 2D 15 161 31 3B
Octal 311 142 156 0 63 55 25 541 61 73
Binary 11001001 1100010 1101110 0 110011 101101 10101 101100001 110001 111011

Color Harmonies of #C9626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9626E

Black with #C9626E

Text Example


Text Example

White with #C9626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9626E; }

 p { color: rgb(201,98,110); }

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

background-color css

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

 a { background-color: rgb(201,98,110); }

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

border-color css

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

 span { border-color: rgb(201,98,110); }

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