Html Css Color HEX #CF5376 Cabaret

📋 copy color: '#CF5376'

red 207 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #CF5376

Tints of Cabaret #CF5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 50.74%
G = 20.34%
B = 28.92%

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

#CF5376 (or 0xCF5376) is known color: Cabaret. HEX triplet: CF, 53 and 76. RGB value is (207,83,118). Sum of RGB (Red+Green+Blue) = 207+83+118=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5376 is #30AC89. Grayscale: #7C7C7C. Windows color (decimal): -3189898 or 7754703. OLE color: 7754703.

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

Color convert

RGB 207 83 118 -
CMYK 0 0.60 0.43 0.19
HSL 343.06º 0.56% 0.57% -
HSV(B) 343.06º 0.6% 0.81% -
XYZ 32.1 20.76 19.45 -
YUV 124.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 207 83 118 0 0.60 0.43 0.19 343.06 0.56 0.57
Hex CF 53 76 0 3C 2B 13 157 38 39
Octal 317 123 166 0 74 53 23 527 70 71
Binary 11001111 1010011 1110110 0 111100 101011 10011 101010111 111000 111001

Color Harmonies of #CF5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5376

Black with #CF5376

Text Example


Text Example

White with #CF5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5376; }

 p { color: rgb(207,83,118); }

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

background-color css

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

 a { background-color: rgb(207,83,118); }

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

border-color css

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

 span { border-color: rgb(207,83,118); }

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