Html Css Color HEX #CF5C6C Cabaret

📋 copy color: '#CF5C6C'

red 207 ◦ green 92 ◦ blue 108

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

Shades of Cabaret #CF5C6C

Tints of Cabaret #CF5C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 50.86%
G = 22.6%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF5C6C (or 0xCF5C6C) is known color: Cabaret. HEX triplet: CF, 5C and 6C. RGB value is (207,92,108). Sum of RGB (Red+Green+Blue) = 207+92+108=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C6C is #30A393. Grayscale: #808080. Windows color (decimal): -3187604 or 7101647. OLE color: 7101647.

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

Color convert

RGB 207 92 108 -
CMYK 0 0.56 0.48 0.19
HSL 351.65º 0.55% 0.59% -
HSV(B) 351.65º 0.56% 0.81% -
XYZ 32.27 22 16.73 -
YUV 128.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 207 92 108 0 0.56 0.48 0.19 351.65 0.55 0.59
Hex CF 5C 6C 0 38 30 13 160 37 3B
Octal 317 134 154 0 70 60 23 540 67 73
Binary 11001111 1011100 1101100 0 111000 110000 10011 101100000 110111 111011

Color Harmonies of #CF5C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C6C

Black with #CF5C6C

Text Example


Text Example

White with #CF5C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C6C; }

 p { color: rgb(207,92,108); }

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

background-color css

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

 a { background-color: rgb(207,92,108); }

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

border-color css

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

 span { border-color: rgb(207,92,108); }

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