Html Css Color HEX #C9647A Cabaret

📋 copy color: '#C9647A'

red 201 ◦ green 100 ◦ blue 122

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

Shades of Cabaret #C9647A

Tints of Cabaret #C9647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 47.52%
G = 23.64%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9647A (or 0xC9647A) is known color: Cabaret. HEX triplet: C9, 64 and 7A. RGB value is (201,100,122). Sum of RGB (Red+Green+Blue) = 201+100+122=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9647A is #369B85. Grayscale: #848484. Windows color (decimal): -3578758 or 8021193. OLE color: 8021193.

HSL color Cylindrical-coordinate representation of color #C9647A: hue angle of 346.93º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9647A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 122 -
CMYK 0 0.50 0.39 0.21
HSL 346.93º 0.48% 0.59% -
HSV(B) 346.93º 0.5% 0.79% -
XYZ 32.16 22.94 21.14 -
YUV 132.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 201 100 122 0 0.50 0.39 0.21 346.93 0.48 0.59
Hex C9 64 7A 0 32 27 15 15B 30 3B
Octal 311 144 172 0 62 47 25 533 60 73
Binary 11001001 1100100 1111010 0 110010 100111 10101 101011011 110000 111011

Color Harmonies of #C9647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9647A

Black with #C9647A

Text Example


Text Example

White with #C9647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9647A; }

 p { color: rgb(201,100,122); }

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

background-color css

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

 a { background-color: rgb(201,100,122); }

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

border-color css

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

 span { border-color: rgb(201,100,122); }

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