Html Css Color HEX #CF5275 Cabaret

📋 copy color: '#CF5275'

red 207 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #CF5275

Tints of Cabaret #CF5275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 50.99%
G = 20.2%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF5275 (or 0xCF5275) is known color: Cabaret. HEX triplet: CF, 52 and 75. RGB value is (207,82,117). Sum of RGB (Red+Green+Blue) = 207+82+117=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5275 is #30AD8A. Grayscale: #7B7B7B. Windows color (decimal): -3190155 or 7688911. OLE color: 7688911.

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

Color convert

RGB 207 82 117 -
CMYK 0 0.60 0.43 0.19
HSL 343.2º 0.57% 0.57% -
HSV(B) 343.2º 0.6% 0.81% -
XYZ 31.96 20.58 19.12 -
YUV 123.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 207 82 117 0 0.60 0.43 0.19 343.2 0.57 0.57
Hex CF 52 75 0 3C 2B 13 157 39 39
Octal 317 122 165 0 74 53 23 527 71 71
Binary 11001111 1010010 1110101 0 111100 101011 10011 101010111 111001 111001

Color Harmonies of #CF5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5275

Black with #CF5275

Text Example


Text Example

White with #CF5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5275; }

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

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

background-color css

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

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

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

border-color css

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

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

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