Html Css Color HEX #CF4F63 Cabaret

📋 copy color: '#CF4F63'

red 207 ◦ green 79 ◦ blue 99

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

Shades of Cabaret #CF4F63

Tints of Cabaret #CF4F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 53.77%
G = 20.52%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF4F63 (or 0xCF4F63) is known color: Cabaret. HEX triplet: CF, 4F and 63. RGB value is (207,79,99). Sum of RGB (Red+Green+Blue) = 207+79+99=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4F63 is #30B09C. Grayscale: #777777. Windows color (decimal): -3190941 or 6508495. OLE color: 6508495.

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

Color convert

RGB 207 79 99 -
CMYK 0 0.62 0.52 0.19
HSL 350.63º 0.57% 0.56% -
HSV(B) 350.63º 0.62% 0.81% -
XYZ 30.78 19.76 14 -
YUV 119.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 207 79 99 0 0.62 0.52 0.19 350.63 0.57 0.56
Hex CF 4F 63 0 3E 34 13 15F 39 38
Octal 317 117 143 0 76 64 23 537 71 70
Binary 11001111 1001111 1100011 0 111110 110100 10011 101011111 111001 111000

Color Harmonies of #CF4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F63

Black with #CF4F63

Text Example


Text Example

White with #CF4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F63; }

 p { color: rgb(207,79,99); }

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

background-color css

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

 a { background-color: rgb(207,79,99); }

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

border-color css

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

 span { border-color: rgb(207,79,99); }

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