Html Css Color HEX #C94B6A Cabaret

📋 copy color: '#C94B6A'

red 201 ◦ green 75 ◦ blue 106

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

Shades of Cabaret #C94B6A

Tints of Cabaret #C94B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 52.62%
G = 19.63%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C94B6A (or 0xC94B6A) is known color: Cabaret. HEX triplet: C9, 4B and 6A. RGB value is (201,75,106). Sum of RGB (Red+Green+Blue) = 201+75+106=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B6A is #36B495. Grayscale: #747474. Windows color (decimal): -3585174 or 6966217. OLE color: 6966217.

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

Color convert

RGB 201 75 106 -
CMYK 0 0.63 0.47 0.21
HSL 345.24º 0.54% 0.54% -
HSV(B) 345.24º 0.63% 0.79% -
XYZ 29.2 18.49 15.67 -
YUV 116.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 201 75 106 0 0.63 0.47 0.21 345.24 0.54 0.54
Hex C9 4B 6A 0 3F 2F 15 159 36 36
Octal 311 113 152 0 77 57 25 531 66 66
Binary 11001001 1001011 1101010 0 111111 101111 10101 101011001 110110 110110

Color Harmonies of #C94B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B6A

Black with #C94B6A

Text Example


Text Example

White with #C94B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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