Html Css Color HEX #CF5373 Cabaret

📋 copy color: '#CF5373'

red 207 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #CF5373

Tints of Cabaret #CF5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

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

R = 51.11%
G = 20.49%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF5373 (or 0xCF5373) is known color: Cabaret. HEX triplet: CF, 53 and 73. RGB value is (207,83,115). Sum of RGB (Red+Green+Blue) = 207+83+115=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5373 is #30AC8C. Grayscale: #7B7B7B. Windows color (decimal): -3189901 or 7558095. OLE color: 7558095.

HSL color Cylindrical-coordinate representation of color #CF5373: hue angle of 344.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5373 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 115 -
CMYK 0 0.60 0.44 0.19
HSL 344.52º 0.56% 0.57% -
HSV(B) 344.52º 0.6% 0.81% -
XYZ 31.92 20.69 18.53 -
YUV 123.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 207 83 115 0 0.60 0.44 0.19 344.52 0.56 0.57
Hex CF 53 73 0 3C 2C 13 159 38 39
Octal 317 123 163 0 74 54 23 531 70 71
Binary 11001111 1010011 1110011 0 111100 101100 10011 101011001 111000 111001

Color Harmonies of #CF5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5373

Black with #CF5373

Text Example


Text Example

White with #CF5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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