Html Css Color HEX #CF5E6A Cabaret

📋 copy color: '#CF5E6A'

red 207 ◦ green 94 ◦ blue 106

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

Shades of Cabaret #CF5E6A

Tints of Cabaret #CF5E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 50.86%
G = 23.1%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF5E6A (or 0xCF5E6A) is known color: Cabaret. HEX triplet: CF, 5E and 6A. RGB value is (207,94,106). Sum of RGB (Red+Green+Blue) = 207+94+106=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E6A is #30A195. Grayscale: #818181. Windows color (decimal): -3187094 or 6971087. OLE color: 6971087.

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

Color convert

RGB 207 94 106 -
CMYK 0 0.55 0.49 0.19
HSL 353.63º 0.54% 0.59% -
HSV(B) 353.63º 0.55% 0.81% -
XYZ 32.34 22.31 16.24 -
YUV 129.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 207 94 106 0 0.55 0.49 0.19 353.63 0.54 0.59
Hex CF 5E 6A 0 37 31 13 162 36 3B
Octal 317 136 152 0 67 61 23 542 66 73
Binary 11001111 1011110 1101010 0 110111 110001 10011 101100010 110110 111011

Color Harmonies of #CF5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E6A

Black with #CF5E6A

Text Example


Text Example

White with #CF5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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