Html Css Color HEX #CF5D73 Cabaret

📋 copy color: '#CF5D73'

red 207 ◦ green 93 ◦ blue 115

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

Shades of Cabaret #CF5D73

Tints of Cabaret #CF5D73

RGB

 RED value IS 207 (81.25% from 255) = 49.88%

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 49.88%
G = 22.41%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF5D73 (or 0xCF5D73) is known color: Cabaret. HEX triplet: CF, 5D and 73. RGB value is (207,93,115). Sum of RGB (Red+Green+Blue) = 207+93+115=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D73 is #30A28C. Grayscale: #818181. Windows color (decimal): -3187341 or 7560655. OLE color: 7560655.

HSL color Cylindrical-coordinate representation of color #CF5D73: hue angle of 348.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5D73 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 93 115 -
CMYK 0 0.55 0.44 0.19
HSL 348.42º 0.54% 0.59% -
HSV(B) 348.42º 0.55% 0.81% -
XYZ 32.74 22.33 18.8 -
YUV 129.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 207 93 115 0 0.55 0.44 0.19 348.42 0.54 0.59
Hex CF 5D 73 0 37 2C 13 15C 36 3B
Octal 317 135 163 0 67 54 23 534 66 73
Binary 11001111 1011101 1110011 0 110111 101100 10011 101011100 110110 111011

Color Harmonies of #CF5D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D73

Black with #CF5D73

Text Example


Text Example

White with #CF5D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D73; }

 p { color: rgb(207,93,115); }

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

background-color css

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

 a { background-color: rgb(207,93,115); }

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

border-color css

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

 span { border-color: rgb(207,93,115); }

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