Html Css Color HEX #CF5E7A Cabaret

📋 copy color: '#CF5E7A'

red 207 ◦ green 94 ◦ blue 122

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

Shades of Cabaret #CF5E7A

Tints of Cabaret #CF5E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 48.94%
G = 22.22%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF5E7A (or 0xCF5E7A) is known color: Cabaret. HEX triplet: CF, 5E and 7A. RGB value is (207,94,122). Sum of RGB (Red+Green+Blue) = 207+94+122=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E7A is #30A185. Grayscale: #828282. Windows color (decimal): -3187078 or 8019663. OLE color: 8019663.

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

Color convert

RGB 207 94 122 -
CMYK 0 0.55 0.41 0.19
HSL 345.13º 0.54% 0.59% -
HSV(B) 345.13º 0.55% 0.81% -
XYZ 33.25 22.68 21.04 -
YUV 130.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 207 94 122 0 0.55 0.41 0.19 345.13 0.54 0.59
Hex CF 5E 7A 0 37 29 13 159 36 3B
Octal 317 136 172 0 67 51 23 531 66 73
Binary 11001111 1011110 1111010 0 110111 101001 10011 101011001 110110 111011

Color Harmonies of #CF5E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E7A

Black with #CF5E7A

Text Example


Text Example

White with #CF5E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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