Html Css Color HEX #CF6071 Cabaret

📋 copy color: '#CF6071'

red 207 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #CF6071

Tints of Cabaret #CF6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 49.76%
G = 23.08%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6071 (or 0xCF6071) is known color: Cabaret. HEX triplet: CF, 60 and 71. RGB value is (207,96,113). Sum of RGB (Red+Green+Blue) = 207+96+113=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6071 is #309F8E. Grayscale: #838383. Windows color (decimal): -3186575 or 7430351. OLE color: 7430351.

HSL color Cylindrical-coordinate representation of color #CF6071: hue angle of 350.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6071 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 113 -
CMYK 0 0.54 0.45 0.19
HSL 350.81º 0.54% 0.59% -
HSV(B) 350.81º 0.54% 0.81% -
XYZ 32.9 22.82 18.29 -
YUV 131.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 207 96 113 0 0.54 0.45 0.19 350.81 0.54 0.59
Hex CF 60 71 0 36 2D 13 15F 36 3B
Octal 317 140 161 0 66 55 23 537 66 73
Binary 11001111 1100000 1110001 0 110110 101101 10011 101011111 110110 111011

Color Harmonies of #CF6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6071

Black with #CF6071

Text Example


Text Example

White with #CF6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6071; }

 p { color: rgb(207,96,113); }

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

background-color css

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

 a { background-color: rgb(207,96,113); }

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

border-color css

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

 span { border-color: rgb(207,96,113); }

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