Html Css Color HEX #CF476E Cabaret

📋 copy color: '#CF476E'

red 207 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #CF476E

Tints of Cabaret #CF476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 53.35%
G = 18.3%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF476E (or 0xCF476E) is known color: Cabaret. HEX triplet: CF, 47 and 6E. RGB value is (207,71,110). Sum of RGB (Red+Green+Blue) = 207+71+110=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476E is #30B891. Grayscale: #747474. Windows color (decimal): -3192978 or 7227343. OLE color: 7227343.

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

Color convert

RGB 207 71 110 -
CMYK 0 0.66 0.47 0.19
HSL 342.79º 0.59% 0.55% -
HSV(B) 342.79º 0.66% 0.81% -
XYZ 30.8 18.9 16.78 -
YUV 116.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 207 71 110 0 0.66 0.47 0.19 342.79 0.59 0.55
Hex CF 47 6E 0 42 2F 13 157 3B 37
Octal 317 107 156 0 102 57 23 527 73 67
Binary 11001111 1000111 1101110 0 1000010 101111 10011 101010111 111011 110111

Color Harmonies of #CF476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF476E

Black with #CF476E

Text Example


Text Example

White with #CF476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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