Html Css Color HEX #C94B75 Cabaret

📋 copy color: '#C94B75'

red 201 ◦ green 75 ◦ blue 117

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

Shades of Cabaret #C94B75

Tints of Cabaret #C94B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 51.15%
G = 19.08%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94B75 (or 0xC94B75) is known color: Cabaret. HEX triplet: C9, 4B and 75. RGB value is (201,75,117). Sum of RGB (Red+Green+Blue) = 201+75+117=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B75 is #36B48A. Grayscale: #757575. Windows color (decimal): -3585163 or 7687113. OLE color: 7687113.

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

Color convert

RGB 201 75 117 -
CMYK 0 0.63 0.42 0.21
HSL 340º 0.54% 0.54% -
HSV(B) 340º 0.63% 0.79% -
XYZ 29.81 18.73 18.87 -
YUV 117.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 201 75 117 0 0.63 0.42 0.21 340 0.54 0.54
Hex C9 4B 75 0 3F 2A 15 154 36 36
Octal 311 113 165 0 77 52 25 524 66 66
Binary 11001001 1001011 1110101 0 111111 101010 10101 101010100 110110 110110

Color Harmonies of #C94B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B75

Black with #C94B75

Text Example


Text Example

White with #C94B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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