Html Css Color HEX #CE4F74 Cabaret

📋 copy color: '#CE4F74'

red 206 ◦ green 79 ◦ blue 116

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

Shades of Cabaret #CE4F74

Tints of Cabaret #CE4F74

RGB

 RED value IS 206 (80.86% from 255) = 51.37%

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 51.37%
G = 19.7%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4F74 (or 0xCE4F74) is known color: Cabaret. HEX triplet: CE, 4F and 74. RGB value is (206,79,116). Sum of RGB (Red+Green+Blue) = 206+79+116=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F74 is #31B08B. Grayscale: #797979. Windows color (decimal): -3256460 or 7622606. OLE color: 7622606.

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

Color convert

RGB 206 79 116 -
CMYK 0 0.62 0.44 0.19
HSL 342.52º 0.56% 0.56% -
HSV(B) 342.52º 0.62% 0.81% -
XYZ 31.4 19.97 18.72 -
YUV 121.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 206 79 116 0 0.62 0.44 0.19 342.52 0.56 0.56
Hex CE 4F 74 0 3E 2C 13 157 38 38
Octal 316 117 164 0 76 54 23 527 70 70
Binary 11001110 1001111 1110100 0 111110 101100 10011 101010111 111000 111000

Color Harmonies of #CE4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F74

Black with #CE4F74

Text Example


Text Example

White with #CE4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F74; }

 p { color: rgb(206,79,116); }

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

background-color css

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

 a { background-color: rgb(206,79,116); }

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

border-color css

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

 span { border-color: rgb(206,79,116); }

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