Html Css Color HEX #CF5370 Cabaret

📋 copy color: '#CF5370'

red 207 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #CF5370

Tints of Cabaret #CF5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 51.49%
G = 20.65%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF5370 (or 0xCF5370) is known color: Cabaret. HEX triplet: CF, 53 and 70. RGB value is (207,83,112). Sum of RGB (Red+Green+Blue) = 207+83+112=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5370 is #30AC8F. Grayscale: #7B7B7B. Windows color (decimal): -3189904 or 7361487. OLE color: 7361487.

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

Color convert

RGB 207 83 112 -
CMYK 0 0.60 0.46 0.19
HSL 345.97º 0.56% 0.57% -
HSV(B) 345.97º 0.6% 0.81% -
XYZ 31.75 20.62 17.64 -
YUV 123.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 207 83 112 0 0.60 0.46 0.19 345.97 0.56 0.57
Hex CF 53 70 0 3C 2E 13 15A 38 39
Octal 317 123 160 0 74 56 23 532 70 71
Binary 11001111 1010011 1110000 0 111100 101110 10011 101011010 111000 111001

Color Harmonies of #CF5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5370

Black with #CF5370

Text Example


Text Example

White with #CF5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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