Html Css Color HEX #C9627C Cabaret

📋 copy color: '#C9627C'

red 201 ◦ green 98 ◦ blue 124

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

Shades of Cabaret #C9627C

Tints of Cabaret #C9627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 47.52%
G = 23.17%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9627C (or 0xC9627C) is known color: Cabaret. HEX triplet: C9, 62 and 7C. RGB value is (201,98,124). Sum of RGB (Red+Green+Blue) = 201+98+124=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9627C is #369D83. Grayscale: #838383. Windows color (decimal): -3579268 or 8151753. OLE color: 8151753.

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

Color convert

RGB 201 98 124 -
CMYK 0 0.51 0.38 0.21
HSL 344.85º 0.49% 0.59% -
HSV(B) 344.85º 0.51% 0.79% -
XYZ 32.09 22.61 21.74 -
YUV 131.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 201 98 124 0 0.51 0.38 0.21 344.85 0.49 0.59
Hex C9 62 7C 0 33 26 15 159 31 3B
Octal 311 142 174 0 63 46 25 531 61 73
Binary 11001001 1100010 1111100 0 110011 100110 10101 101011001 110001 111011

Color Harmonies of #C9627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9627C

Black with #C9627C

Text Example


Text Example

White with #C9627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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