Html Css Color HEX #CF4C69 Cabaret

📋 copy color: '#CF4C69'

red 207 ◦ green 76 ◦ blue 105

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

Shades of Cabaret #CF4C69

Tints of Cabaret #CF4C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 53.35%
G = 19.59%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF4C69 (or 0xCF4C69) is known color: Cabaret. HEX triplet: CF, 4C and 69. RGB value is (207,76,105). Sum of RGB (Red+Green+Blue) = 207+76+105=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C69 is #30B396. Grayscale: #767676. Windows color (decimal): -3191703 or 6900943. OLE color: 6900943.

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

Color convert

RGB 207 76 105 -
CMYK 0 0.63 0.49 0.19
HSL 346.72º 0.58% 0.55% -
HSV(B) 346.72º 0.63% 0.81% -
XYZ 30.87 19.45 15.49 -
YUV 118.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 207 76 105 0 0.63 0.49 0.19 346.72 0.58 0.55
Hex CF 4C 69 0 3F 31 13 15B 3A 37
Octal 317 114 151 0 77 61 23 533 72 67
Binary 11001111 1001100 1101001 0 111111 110001 10011 101011011 111010 110111

Color Harmonies of #CF4C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C69

Black with #CF4C69

Text Example


Text Example

White with #CF4C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C69; }

 p { color: rgb(207,76,105); }

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

background-color css

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

 a { background-color: rgb(207,76,105); }

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

border-color css

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

 span { border-color: rgb(207,76,105); }

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