Html Css Color HEX #CF5E6B Cabaret

📋 copy color: '#CF5E6B'

red 207 ◦ green 94 ◦ blue 107

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

Shades of Cabaret #CF5E6B

Tints of Cabaret #CF5E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 50.74%
G = 23.04%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF5E6B (or 0xCF5E6B) is known color: Cabaret. HEX triplet: CF, 5E and 6B. RGB value is (207,94,107). Sum of RGB (Red+Green+Blue) = 207+94+107=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E6B is #30A194. Grayscale: #818181. Windows color (decimal): -3187093 or 7036623. OLE color: 7036623.

HSL color Cylindrical-coordinate representation of color #CF5E6B: hue angle of 353.1º 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 #CF5E6B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 107 -
CMYK 0 0.55 0.48 0.19
HSL 353.1º 0.54% 0.59% -
HSV(B) 353.1º 0.55% 0.81% -
XYZ 32.39 22.33 16.51 -
YUV 129.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 207 94 107 0 0.55 0.48 0.19 353.1 0.54 0.59
Hex CF 5E 6B 0 37 30 13 161 36 3B
Octal 317 136 153 0 67 60 23 541 66 73
Binary 11001111 1011110 1101011 0 110111 110000 10011 101100001 110110 111011

Color Harmonies of #CF5E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E6B

Black with #CF5E6B

Text Example


Text Example

White with #CF5E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E6B; }

 p { color: rgb(207,94,107); }

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

background-color css

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

 a { background-color: rgb(207,94,107); }

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

border-color css

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

 span { border-color: rgb(207,94,107); }

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