Html Css Color HEX #C94662 Cabaret

📋 copy color: '#C94662'

red 201 ◦ green 70 ◦ blue 98

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

Shades of Cabaret #C94662

Tints of Cabaret #C94662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 54.47%
G = 18.97%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C94662 (or 0xC94662) is known color: Cabaret. HEX triplet: C9, 46 and 62. RGB value is (201,70,98). Sum of RGB (Red+Green+Blue) = 201+70+98=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94662 is #36B99D. Grayscale: #707070. Windows color (decimal): -3586462 or 6440649. OLE color: 6440649.

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

Color convert

RGB 201 70 98 -
CMYK 0 0.65 0.51 0.21
HSL 347.18º 0.55% 0.53% -
HSV(B) 347.18º 0.65% 0.79% -
XYZ 28.48 17.68 13.47 -
YUV 112.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 201 70 98 0 0.65 0.51 0.21 347.18 0.55 0.53
Hex C9 46 62 0 41 33 15 15B 37 35
Octal 311 106 142 0 101 63 25 533 67 65
Binary 11001001 1000110 1100010 0 1000001 110011 10101 101011011 110111 110101

Color Harmonies of #C94662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94662

Black with #C94662

Text Example


Text Example

White with #C94662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94662; }

 p { color: rgb(201,70,98); }

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

background-color css

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

 a { background-color: rgb(201,70,98); }

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

border-color css

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

 span { border-color: rgb(201,70,98); }

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