Html Css Color HEX #CF4968 Cabaret

📋 copy color: '#CF4968'

red 207 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #CF4968

Tints of Cabaret #CF4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 53.91%
G = 19.01%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF4968 (or 0xCF4968) is known color: Cabaret. HEX triplet: CF, 49 and 68. RGB value is (207,73,104). Sum of RGB (Red+Green+Blue) = 207+73+104=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4968 is #30B697. Grayscale: #747474. Windows color (decimal): -3192472 or 6834639. OLE color: 6834639.

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

Color convert

RGB 207 73 104 -
CMYK 0 0.65 0.50 0.19
HSL 346.12º 0.58% 0.55% -
HSV(B) 346.12º 0.65% 0.81% -
XYZ 30.61 19.03 15.16 -
YUV 116.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 207 73 104 0 0.65 0.50 0.19 346.12 0.58 0.55
Hex CF 49 68 0 41 32 13 15A 3A 37
Octal 317 111 150 0 101 62 23 532 72 67
Binary 11001111 1001001 1101000 0 1000001 110010 10011 101011010 111010 110111

Color Harmonies of #CF4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4968

Black with #CF4968

Text Example


Text Example

White with #CF4968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4968; }

 p { color: rgb(207,73,104); }

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

background-color css

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

 a { background-color: rgb(207,73,104); }

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

border-color css

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

 span { border-color: rgb(207,73,104); }

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