Html Css Color HEX #CF5272 Cabaret

📋 copy color: '#CF5272'

red 207 ◦ green 82 ◦ blue 114

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

Shades of Cabaret #CF5272

Tints of Cabaret #CF5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 51.36%
G = 20.35%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF5272 (or 0xCF5272) is known color: Cabaret. HEX triplet: CF, 52 and 72. RGB value is (207,82,114). Sum of RGB (Red+Green+Blue) = 207+82+114=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5272 is #30AD8D. Grayscale: #7B7B7B. Windows color (decimal): -3190158 or 7492303. OLE color: 7492303.

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

Color convert

RGB 207 82 114 -
CMYK 0 0.60 0.45 0.19
HSL 344.64º 0.57% 0.57% -
HSV(B) 344.64º 0.6% 0.81% -
XYZ 31.79 20.51 18.2 -
YUV 123.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 207 82 114 0 0.60 0.45 0.19 344.64 0.57 0.57
Hex CF 52 72 0 3C 2D 13 159 39 39
Octal 317 122 162 0 74 55 23 531 71 71
Binary 11001111 1010010 1110010 0 111100 101101 10011 101011001 111001 111001

Color Harmonies of #CF5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5272

Black with #CF5272

Text Example


Text Example

White with #CF5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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