Html Css Color HEX #CF506D Cabaret

📋 copy color: '#CF506D'

red 207 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #CF506D

Tints of Cabaret #CF506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 52.27%
G = 20.2%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF506D (or 0xCF506D) is known color: Cabaret. HEX triplet: CF, 50 and 6D. RGB value is (207,80,109). Sum of RGB (Red+Green+Blue) = 207+80+109=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF506D is #30AF92. Grayscale: #797979. Windows color (decimal): -3190675 or 7164111. OLE color: 7164111.

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

Color convert

RGB 207 80 109 -
CMYK 0 0.61 0.47 0.19
HSL 346.3º 0.57% 0.56% -
HSV(B) 346.3º 0.61% 0.81% -
XYZ 31.36 20.11 16.7 -
YUV 121.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 207 80 109 0 0.61 0.47 0.19 346.3 0.57 0.56
Hex CF 50 6D 0 3D 2F 13 15A 39 38
Octal 317 120 155 0 75 57 23 532 71 70
Binary 11001111 1010000 1101101 0 111101 101111 10011 101011010 111001 111000

Color Harmonies of #CF506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF506D

Black with #CF506D

Text Example


Text Example

White with #CF506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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