Html Css Color HEX #CF586D Cabaret

📋 copy color: '#CF586D'

red 207 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #CF586D

Tints of Cabaret #CF586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 51.24%
G = 21.78%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF586D (or 0xCF586D) is known color: Cabaret. HEX triplet: CF, 58 and 6D. RGB value is (207,88,109). Sum of RGB (Red+Green+Blue) = 207+88+109=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF586D is #30A792. Grayscale: #7E7E7E. Windows color (decimal): -3188627 or 7166159. OLE color: 7166159.

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

Color convert

RGB 207 88 109 -
CMYK 0 0.57 0.47 0.19
HSL 349.41º 0.55% 0.58% -
HSV(B) 349.41º 0.57% 0.81% -
XYZ 31.98 21.35 16.9 -
YUV 125.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 207 88 109 0 0.57 0.47 0.19 349.41 0.55 0.58
Hex CF 58 6D 0 39 2F 13 15D 37 3A
Octal 317 130 155 0 71 57 23 535 67 72
Binary 11001111 1011000 1101101 0 111001 101111 10011 101011101 110111 111010

Color Harmonies of #CF586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF586D

Black with #CF586D

Text Example


Text Example

White with #CF586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF586D; }

 p { color: rgb(207,88,109); }

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

background-color css

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

 a { background-color: rgb(207,88,109); }

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

border-color css

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

 span { border-color: rgb(207,88,109); }

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