Html Css Color HEX #C94F6B Cabaret

📋 copy color: '#C94F6B'

red 201 ◦ green 79 ◦ blue 107

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

Shades of Cabaret #C94F6B

Tints of Cabaret #C94F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 51.94%
G = 20.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C94F6B (or 0xC94F6B) is known color: Cabaret. HEX triplet: C9, 4F and 6B. RGB value is (201,79,107). Sum of RGB (Red+Green+Blue) = 201+79+107=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F6B is #36B094. Grayscale: #767676. Windows color (decimal): -3584149 or 7032777. OLE color: 7032777.

HSL color Cylindrical-coordinate representation of color #C94F6B: hue angle of 346.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94F6B is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 79 107 -
CMYK 0 0.61 0.47 0.21
HSL 346.23º 0.53% 0.55% -
HSV(B) 346.23º 0.61% 0.79% -
XYZ 29.54 19.07 16.03 -
YUV 118.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 201 79 107 0 0.61 0.47 0.21 346.23 0.53 0.55
Hex C9 4F 6B 0 3D 2F 15 15A 35 37
Octal 311 117 153 0 75 57 25 532 65 67
Binary 11001001 1001111 1101011 0 111101 101111 10101 101011010 110101 110111

Color Harmonies of #C94F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F6B

Black with #C94F6B

Text Example


Text Example

White with #C94F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F6B; }

 p { color: rgb(201,79,107); }

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

background-color css

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

 a { background-color: rgb(201,79,107); }

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

border-color css

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

 span { border-color: rgb(201,79,107); }

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