Html Css Color HEX #C9646F Cabaret

📋 copy color: '#C9646F'

red 201 ◦ green 100 ◦ blue 111

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

Shades of Cabaret #C9646F

Tints of Cabaret #C9646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 48.79%
G = 24.27%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9646F (or 0xC9646F) is known color: Cabaret. HEX triplet: C9, 64 and 6F. RGB value is (201,100,111). Sum of RGB (Red+Green+Blue) = 201+100+111=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9646F is #369B90. Grayscale: #838383. Windows color (decimal): -3578769 or 7300297. OLE color: 7300297.

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

Color convert

RGB 201 100 111 -
CMYK 0 0.50 0.45 0.21
HSL 353.47º 0.48% 0.59% -
HSV(B) 353.47º 0.5% 0.79% -
XYZ 31.51 22.68 17.76 -
YUV 131.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 201 100 111 0 0.50 0.45 0.21 353.47 0.48 0.59
Hex C9 64 6F 0 32 2D 15 161 30 3B
Octal 311 144 157 0 62 55 25 541 60 73
Binary 11001001 1100100 1101111 0 110010 101101 10101 101100001 110000 111011

Color Harmonies of #C9646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9646F

Black with #C9646F

Text Example


Text Example

White with #C9646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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