Html Css Color HEX #CF4762 Cabaret

📋 copy color: '#CF4762'

red 207 ◦ green 71 ◦ blue 98

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

Shades of Cabaret #CF4762

Tints of Cabaret #CF4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 55.05%
G = 18.88%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF4762 (or 0xCF4762) is known color: Cabaret. HEX triplet: CF, 47 and 62. RGB value is (207,71,98). Sum of RGB (Red+Green+Blue) = 207+71+98=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4762 is #30B89D. Grayscale: #727272. Windows color (decimal): -3192990 or 6440911. OLE color: 6440911.

HSL color Cylindrical-coordinate representation of color #CF4762: hue angle of 348.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4762 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 98 -
CMYK 0 0.66 0.53 0.19
HSL 348.09º 0.59% 0.55% -
HSV(B) 348.09º 0.66% 0.81% -
XYZ 30.19 18.65 13.56 -
YUV 114.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 207 71 98 0 0.66 0.53 0.19 348.09 0.59 0.55
Hex CF 47 62 0 42 35 13 15C 3B 37
Octal 317 107 142 0 102 65 23 534 73 67
Binary 11001111 1000111 1100010 0 1000010 110101 10011 101011100 111011 110111

Color Harmonies of #CF4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4762

Black with #CF4762

Text Example


Text Example

White with #CF4762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4762; }

 p { color: rgb(207,71,98); }

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

background-color css

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

 a { background-color: rgb(207,71,98); }

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

border-color css

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

 span { border-color: rgb(207,71,98); }

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