Html Css Color HEX #CF4872 Cabaret

📋 copy color: '#CF4872'

red 207 ◦ green 72 ◦ blue 114

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

Shades of Cabaret #CF4872

Tints of Cabaret #CF4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 52.67%
G = 18.32%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF4872 (or 0xCF4872) is known color: Cabaret. HEX triplet: CF, 48 and 72. RGB value is (207,72,114). Sum of RGB (Red+Green+Blue) = 207+72+114=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4872 is #30B78D. Grayscale: #757575. Windows color (decimal): -3192718 or 7489743. OLE color: 7489743.

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

Color convert

RGB 207 72 114 -
CMYK 0 0.65 0.45 0.19
HSL 341.33º 0.58% 0.55% -
HSV(B) 341.33º 0.65% 0.81% -
XYZ 31.09 19.12 17.97 -
YUV 117.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 207 72 114 0 0.65 0.45 0.19 341.33 0.58 0.55
Hex CF 48 72 0 41 2D 13 155 3A 37
Octal 317 110 162 0 101 55 23 525 72 67
Binary 11001111 1001000 1110010 0 1000001 101101 10011 101010101 111010 110111

Color Harmonies of #CF4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4872

Black with #CF4872

Text Example


Text Example

White with #CF4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4872; }

 p { color: rgb(207,72,114); }

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

background-color css

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

 a { background-color: rgb(207,72,114); }

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

border-color css

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

 span { border-color: rgb(207,72,114); }

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