Html Css Color HEX #CF5975 Cabaret

📋 copy color: '#CF5975'

red 207 ◦ green 89 ◦ blue 117

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

Shades of Cabaret #CF5975

Tints of Cabaret #CF5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 50.12%
G = 21.55%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF5975 (or 0xCF5975) is known color: Cabaret. HEX triplet: CF, 59 and 75. RGB value is (207,89,117). Sum of RGB (Red+Green+Blue) = 207+89+117=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5975 is #30A68A. Grayscale: #7F7F7F. Windows color (decimal): -3188363 or 7690703. OLE color: 7690703.

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

Color convert

RGB 207 89 117 -
CMYK 0 0.57 0.43 0.19
HSL 345.76º 0.55% 0.58% -
HSV(B) 345.76º 0.57% 0.81% -
XYZ 32.52 21.69 19.3 -
YUV 127.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 207 89 117 0 0.57 0.43 0.19 345.76 0.55 0.58
Hex CF 59 75 0 39 2B 13 15A 37 3A
Octal 317 131 165 0 71 53 23 532 67 72
Binary 11001111 1011001 1110101 0 111001 101011 10011 101011010 110111 111010

Color Harmonies of #CF5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5975

Black with #CF5975

Text Example


Text Example

White with #CF5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5975; }

 p { color: rgb(207,89,117); }

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

background-color css

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

 a { background-color: rgb(207,89,117); }

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

border-color css

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

 span { border-color: rgb(207,89,117); }

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