Html Css Color HEX #C9626A Cabaret

📋 copy color: '#C9626A'

red 201 ◦ green 98 ◦ blue 106

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

Shades of Cabaret #C9626A

Tints of Cabaret #C9626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 49.63%
G = 24.2%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9626A (or 0xC9626A) is known color: Cabaret. HEX triplet: C9, 62 and 6A. RGB value is (201,98,106). Sum of RGB (Red+Green+Blue) = 201+98+106=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9626A is #369D95. Grayscale: #818181. Windows color (decimal): -3579286 or 6972105. OLE color: 6972105.

HSL color Cylindrical-coordinate representation of color #C9626A: hue angle of 355.34º 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 #C9626A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 106 -
CMYK 0 0.51 0.47 0.21
HSL 355.34º 0.49% 0.59% -
HSV(B) 355.34º 0.51% 0.79% -
XYZ 31.06 22.19 16.28 -
YUV 129.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 201 98 106 0 0.51 0.47 0.21 355.34 0.49 0.59
Hex C9 62 6A 0 33 2F 15 163 31 3B
Octal 311 142 152 0 63 57 25 543 61 73
Binary 11001001 1100010 1101010 0 110011 101111 10101 101100011 110001 111011

Color Harmonies of #C9626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9626A

Black with #C9626A

Text Example


Text Example

White with #C9626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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